From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79938138334 for ; Mon, 22 Oct 2018 23:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F1B9E0874; Mon, 22 Oct 2018 23:23:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42E8DE0874 for ; Mon, 22 Oct 2018 23:23:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46E19335CFE for ; Mon, 22 Oct 2018 23:23:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A593F0 for ; Mon, 22 Oct 2018 23:23:16 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1540250522.f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-3.24.1.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d X-VCS-Branch: master Date: Mon, 22 Oct 2018 23:23:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dc73e088-3757-4521-80b1-323e3d395ad8 X-Archives-Hash: 40945082c5db74d578a1f59fbda255dc commit: f553f8d6c7d5fe958a7a1fe7f7038863ec71f57d Author: Mart Raudsepp gentoo org> AuthorDate: Mon Oct 22 23:22:02 2018 +0000 Commit: Mart Raudsepp gentoo 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 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 }