diff options
author | Joe Kappus <joe@wt.gd> | 2024-07-14 17:41:47 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-22 18:18:07 +0200 |
commit | ccd4cc87190e870c76bf99aa36d40e16089056c8 (patch) | |
tree | 125dd50bf17cea25333817139934bc4afb3143db /net-wireless/blueman | |
parent | dev-libs/intel-compute-runtime: Disable automagic LTO (diff) | |
download | gentoo-ccd4cc87190e870c76bf99aa36d40e16089056c8.tar.gz gentoo-ccd4cc87190e870c76bf99aa36d40e16089056c8.tar.bz2 gentoo-ccd4cc87190e870c76bf99aa36d40e16089056c8.zip |
net-wireless/blueman: run eautoreconf
Just run it else we need to require old version.
Closes: https://bugs.gentoo.org/936065
Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/37555
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-wireless/blueman')
-rw-r--r-- | net-wireless/blueman/blueman-2.4.2.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-wireless/blueman/blueman-2.4.2.ebuild b/net-wireless/blueman/blueman-2.4.2.ebuild index 668d5bcd24f9..d89a6f6583ea 100644 --- a/net-wireless/blueman/blueman-2.4.2.ebuild +++ b/net-wireless/blueman/blueman-2.4.2.ebuild @@ -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 } |