commit: 90e5c9e14ea13b8271cbe1faae77bf4c902091e6
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 9 15:49:35 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <polynomial-c <AT> 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