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 D33A413832E for ; Wed, 17 Aug 2016 12:15:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FBD421C012; Wed, 17 Aug 2016 12:15:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1B6D21C012 for ; Wed, 17 Aug 2016 12:15:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1A033409EC for ; Wed, 17 Aug 2016 12:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F5302444 for ; Wed, 17 Aug 2016 12:15:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1471435295.c37001d20236fcded1ddffbecc9decb4815e3c50.mgorny@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.20.8.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c37001d20236fcded1ddffbecc9decb4815e3c50 X-VCS-Branch: master Date: Wed, 17 Aug 2016 12:15:08 +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: 732e3446-56f5-4c8d-a2af-bbf5bd59d28f X-Archives-Hash: 6d622b0b3ad1ea28469e130e82b5db20 commit: c37001d20236fcded1ddffbecc9decb4815e3c50 Author: Michał Górny gentoo org> AuthorDate: Wed Aug 17 12:00:39 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 17 12:01:35 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37001d2 x11-libs/gtk+: Call eapply_user (implicitly) before eautoreconf x11-libs/gtk+/gtk+-3.20.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/gtk+/gtk+-3.20.8.ebuild b/x11-libs/gtk+/gtk+-3.20.8.ebuild index 8a04adf..116c4ba 100644 --- a/x11-libs/gtk+/gtk+-3.20.8.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.8.ebuild @@ -136,8 +136,8 @@ src_prepare() { # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache eapply "${FILESDIR}"/${PN}-3.16.2-remove_update-icon-cache.patch - eautoreconf gnome2_src_prepare + eautoreconf } multilib_src_configure() {