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 2132F139694 for ; Fri, 14 Apr 2017 07:44:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63238E0C09; Fri, 14 Apr 2017 07:44:10 +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 41862E0C09 for ; Fri, 14 Apr 2017 07:44:10 +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 9E2E43406B7 for ; Fri, 14 Apr 2017 07:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3F287410 for ; Fri, 14 Apr 2017 07:44:06 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1492155810.4b4f99803deff13170d2471fb5e2b0136919e573.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/chrpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/chrpath/chrpath-0.13-r2.ebuild X-VCS-Directories: app-admin/chrpath/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4b4f99803deff13170d2471fb5e2b0136919e573 X-VCS-Branch: master Date: Fri, 14 Apr 2017 07:44:06 +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: 291af86e-750e-4a92-82d7-57c0e94fa504 X-Archives-Hash: e361c6dfc849e0c3d8f79225c87b9fd4 commit: 4b4f99803deff13170d2471fb5e2b0136919e573 Author: Fabian Groffen gentoo org> AuthorDate: Fri Apr 14 07:43:30 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Apr 14 07:43:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4f9980 app-admin/chrpath: bump from EAPI=2 to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/chrpath/chrpath-0.13-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/chrpath/chrpath-0.13-r2.ebuild b/app-admin/chrpath/chrpath-0.13-r2.ebuild index c81e1f1cd9b..fe4a867ea64 100644 --- a/app-admin/chrpath/chrpath-0.13-r2.ebuild +++ b/app-admin/chrpath/chrpath-0.13-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" +EAPI=6 inherit eutils autotools @@ -23,6 +23,7 @@ src_prepare() { sed -i -e '/doc_DATA/d' Makefile.am || die # fix for automake-1.13, #467538 sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || die + eapply_user eautoreconf }