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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 687B5158091 for ; Sun, 19 Jun 2022 08:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33949E0971; Sun, 19 Jun 2022 08:09:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14E9DE0970 for ; Sun, 19 Jun 2022 08:09:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA77534196D for ; Sun, 19 Jun 2022 08:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC2050B for ; Sun, 19 Jun 2022 08:09:13 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1655626121.0fc996b4633c9c5f9d4b2c3230331f8713bb4b80.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autoconf/autoconf-2.13-r1.ebuild sys-devel/autoconf/autoconf-2.13-r2.ebuild X-VCS-Directories: sys-devel/autoconf/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0fc996b4633c9c5f9d4b2c3230331f8713bb4b80 X-VCS-Branch: master Date: Sun, 19 Jun 2022 08:09:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e876795d-b5c5-4caa-bf20-53c33174fbaf X-Archives-Hash: 6eb9da9ae778ecc94dbcf0ce07ebea6f commit: 0fc996b4633c9c5f9d4b2c3230331f8713bb4b80 Author: David Seifert gentoo org> AuthorDate: Sun Jun 19 08:08:41 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jun 19 08:08:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc996b4 sys-devel/autoconf: update EAPI 6 -> 7 Signed-off-by: David Seifert gentoo.org> .../{autoconf-2.13-r1.ebuild => autoconf-2.13-r2.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sys-devel/autoconf/autoconf-2.13-r1.ebuild b/sys-devel/autoconf/autoconf-2.13-r2.ebuild similarity index 94% rename from sys-devel/autoconf/autoconf-2.13-r1.ebuild rename to sys-devel/autoconf/autoconf-2.13-r2.ebuild index d868a63541ae..e84a401dd1b0 100644 --- a/sys-devel/autoconf/autoconf-2.13-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.13-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-autoconf @@ -13,10 +13,11 @@ LICENSE="GPL-2" SLOT="${PV:0:3}" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -DEPEND=">=sys-apps/texinfo-4.3 - =sys-devel/m4-1.4* +BDEPEND=" + sys-devel/m4 dev-lang/perl" -RDEPEND="${DEPEND} +RDEPEND="${BDEPEND} + sys-apps/texinfo >=sys-devel/autoconf-wrapper-13" PATCHES=(