summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-10-23 02:22:02 +0300
committerMart Raudsepp <leio@gentoo.org>2018-10-23 02:22:02 +0300
commitf553f8d6c7d5fe958a7a1fe7f7038863ec71f57d (patch)
tree0e65f9b7ad3f7f2c1429551911204eedc387f339 /x11-libs
parentmedia-libs/intel-mediasdk: New package (diff)
downloadgentoo-f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d.tar.gz
gentoo-f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d.tar.bz2
gentoo-f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d.zip
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@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/gtk+/gtk+-3.24.1.ebuild6
1 files 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 dfe5d458286c..14d362ec35c1 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
}