commit:     ccd4cc87190e870c76bf99aa36d40e16089056c8
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jul 14 21:41:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 16:18:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd4cc87

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 <AT> wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/37555
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-wireless/blueman/blueman-2.4.2.ebuild | 8 ++------
 1 file 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
 }
 

Reply via email to