commit: dfe534d7210d3b7774365fcd3674257beb075a42
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 08:14:05 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 08:14:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe534d7
sys-devel/autoconf: Keep SLOT="2.70" in autoconf-2.71
This is a bugfix release of autoconf-2.70 and so does not justify a new
slot.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
sys-devel/autoconf/{autoconf-2.71.ebuild => autoconf-2.71-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sys-devel/autoconf/autoconf-2.71.ebuild
b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
similarity index 94%
rename from sys-devel/autoconf/autoconf-2.71.ebuild
rename to sys-devel/autoconf/autoconf-2.71-r1.ebuild
index e5bc4fffa76..26d6e011948 100644
--- a/sys-devel/autoconf/autoconf-2.71.ebuild
+++ b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
@@ -25,7 +25,9 @@ DESCRIPTION="Used to create autoconfiguration files"
HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
LICENSE="GPL-3"
-SLOT="${PV/_*}"
+#SLOT="${PV/_*}"
+# autoconf-2.71 is a bugfix release of autoconf-2.70. Let's keep the same slot
+SLOT="2.70"
IUSE="emacs"
BDEPEND=">=sys-devel/m4-1.4.16