commit:     f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 22 23:22:02 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 23:22:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f553f8d6

x11-libs/gtk+: support configure.ac touching user patches

Use GNOME2_EAUTORECONF, which is more correct either way, as it
avoids a double elibtoolize call (which could lead to subtle
problems on some more exotic systems or just a QA warning).

Closes: https://bugs.gentoo.org/669320
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-libs/gtk+/gtk+-3.24.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-libs/gtk+/gtk+-3.24.1.ebuild b/x11-libs/gtk+/gtk+-3.24.1.ebuild
index dfe5d458286..14d362ec35c 100644
--- a/x11-libs/gtk+/gtk+-3.24.1.ebuild
+++ b/x11-libs/gtk+/gtk+-3.24.1.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 GNOME2_LA_PUNT="yes"
+GNOME2_EAUTORECONF="yes"
 
-inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
+inherit flag-o-matic gnome2 multilib virtualx multilib-minimal
 
 DESCRIPTION="Gimp ToolKit +"
 HOMEPAGE="https://www.gtk.org/";
@@ -125,7 +126,6 @@ src_prepare() {
        # Fix broken autotools logic
        eapply "${FILESDIR}"/${PN}-3.22.20-libcloudproviders-automagic.patch
 
-       eautoreconf
        gnome2_src_prepare
 }
 

Reply via email to