Skip to content

Commit

Permalink
net-wireless/blueman: run eautoreconf
Browse files Browse the repository at this point in the history
Just run it else we need to require old version.

Closes: https://bugs.gentoo.org/936065
Signed-off-by: Joe Kappus <[email protected]>
Closes: gentoo#37555
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
joecool1029 authored and mgorny committed Jul 22, 2024
1 parent c863734 commit ccd4cc8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions net-wireless/blueman/blueman-2.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,8 @@ pkg_setup() {
}

src_prepare() {
if [[ ${PV} == 9999 ]]; then
eautoreconf
else
# remove this when upstream switches to automake with .pyc fix
eautomake
fi
# Run else fails on newer automake: https://bugs.gentoo.org/936065
eautoreconf
distutils-r1_src_prepare
}

Expand Down

0 comments on commit ccd4cc8

Please sign in to comment.