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 A107B13835A for ; Tue, 9 Mar 2021 15:52:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1873E08BF; Tue, 9 Mar 2021 15:52:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C8C80E08BF for ; Tue, 9 Mar 2021 15:52:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7F10933BF55 for ; Tue, 9 Mar 2021 15:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A21456F for ; Tue, 9 Mar 2021 15:52:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1615305151.90e5c9e14ea13b8271cbe1faae77bf4c902091e6.polynomial-c@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.71-r1.ebuild sys-devel/autoconf/autoconf-2.71.ebuild X-VCS-Directories: sys-devel/autoconf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 90e5c9e14ea13b8271cbe1faae77bf4c902091e6 X-VCS-Branch: master Date: Tue, 9 Mar 2021 15:52:35 +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: e5698868-93b0-47bb-ad27-0e0f9575efc0 X-Archives-Hash: 14feab519e88b0e66958f194aba680a8 commit: 90e5c9e14ea13b8271cbe1faae77bf4c902091e6 Author: Lars Wendler gentoo org> AuthorDate: Tue Mar 9 15:49:35 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Mar 9 15:52:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e5c9e1 sys-devel/autoconf: Revert dfe534d7210d3b7774365fcd3674257beb075a42 Let's stick with 2.71 slot for now. We just remove autoconf-2.70* from the tree instead. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-devel/autoconf/{autoconf-2.71-r1.ebuild => autoconf-2.71.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys-devel/autoconf/autoconf-2.71-r1.ebuild b/sys-devel/autoconf/autoconf-2.71.ebuild similarity index 94% rename from sys-devel/autoconf/autoconf-2.71-r1.ebuild rename to sys-devel/autoconf/autoconf-2.71.ebuild index 034454ba9f7..d6187f9fa30 100644 --- a/sys-devel/autoconf/autoconf-2.71-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.71.ebuild @@ -25,9 +25,7 @@ DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" LICENSE="GPL-3" -#SLOT="${PV/_*}" -# autoconf-2.71 is a bugfix release of autoconf-2.70. Let's keep the same slot -SLOT="2.70" +SLOT="${PV/_*}" IUSE="emacs" BDEPEND=">=sys-devel/m4-1.4.16