commit:     22364af7ede284d4b4a1ba69bb5cde2113717734
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 14:48:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 15:02:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22364af7

net-libs/gnet: tell autoreconf where to find custom GNET macros

Closes: https://bugs.gentoo.org/672170
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/gnet/{gnet-2.0.8-r2.ebuild => gnet-2.0.8-r3.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-libs/gnet/gnet-2.0.8-r2.ebuild 
b/net-libs/gnet/gnet-2.0.8-r3.ebuild
similarity index 95%
rename from net-libs/gnet/gnet-2.0.8-r2.ebuild
rename to net-libs/gnet/gnet-2.0.8-r3.ebuild
index 4ed80b5b4ed..50b35851b33 100644
--- a/net-libs/gnet/gnet-2.0.8-r2.ebuild
+++ b/net-libs/gnet/gnet-2.0.8-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -55,7 +55,8 @@ src_prepare() {
                -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \
                configure.ac || die
 
-       eautoreconf
+       # bug #672170
+       AT_M4DIR="macros" eautoreconf
        gnome2_src_prepare
 }
 

Reply via email to