Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Mon, 22 Oct 2018 23:23:28
Message-Id: 1540250522.f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d.leio@gentoo
1 commit: f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 23:22:02 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 23:22:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f553f8d6
7
8 x11-libs/gtk+: support configure.ac touching user patches
9
10 Use GNOME2_EAUTORECONF, which is more correct either way, as it
11 avoids a double elibtoolize call (which could lead to subtle
12 problems on some more exotic systems or just a QA warning).
13
14 Closes: https://bugs.gentoo.org/669320
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16 Package-Manager: Portage-2.3.49, Repoman-2.3.11
17
18 x11-libs/gtk+/gtk+-3.24.1.ebuild | 6 +++---
19 1 file changed, 3 insertions(+), 3 deletions(-)
20
21 diff --git a/x11-libs/gtk+/gtk+-3.24.1.ebuild b/x11-libs/gtk+/gtk+-3.24.1.ebuild
22 index dfe5d458286..14d362ec35c 100644
23 --- a/x11-libs/gtk+/gtk+-3.24.1.ebuild
24 +++ b/x11-libs/gtk+/gtk+-3.24.1.ebuild
25 @@ -1,10 +1,11 @@
26 -# Copyright 1999-2018 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 GNOME2_LA_PUNT="yes"
32 +GNOME2_EAUTORECONF="yes"
33
34 -inherit autotools flag-o-matic gnome2 multilib virtualx multilib-minimal
35 +inherit flag-o-matic gnome2 multilib virtualx multilib-minimal
36
37 DESCRIPTION="Gimp ToolKit +"
38 HOMEPAGE="https://www.gtk.org/"
39 @@ -125,7 +126,6 @@ src_prepare() {
40 # Fix broken autotools logic
41 eapply "${FILESDIR}"/${PN}-3.22.20-libcloudproviders-automagic.patch
42
43 - eautoreconf
44 gnome2_src_prepare
45 }