summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Kappus <joe@wt.gd>2024-07-14 17:41:47 -0400
committerMichał Górny <mgorny@gentoo.org>2024-07-22 18:18:07 +0200
commitccd4cc87190e870c76bf99aa36d40e16089056c8 (patch)
tree125dd50bf17cea25333817139934bc4afb3143db /net-wireless/blueman
parentdev-libs/intel-compute-runtime: Disable automagic LTO (diff)
downloadgentoo-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.ebuild8
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
}