Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/
Date: Fri, 29 Jan 2021 08:14:29
Message-Id: 1611908045.dfe534d7210d3b7774365fcd3674257beb075a42.polynomial-c@gentoo
1 commit: dfe534d7210d3b7774365fcd3674257beb075a42
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 08:14:05 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 08:14:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe534d7
7
8 sys-devel/autoconf: Keep SLOT="2.70" in autoconf-2.71
9
10 This is a bugfix release of autoconf-2.70 and so does not justify a new
11 slot.
12
13 Package-Manager: Portage-3.0.14, Repoman-3.0.2
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 sys-devel/autoconf/{autoconf-2.71.ebuild => autoconf-2.71-r1.ebuild} | 4 +++-
17 1 file changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/sys-devel/autoconf/autoconf-2.71.ebuild b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
20 similarity index 94%
21 rename from sys-devel/autoconf/autoconf-2.71.ebuild
22 rename to sys-devel/autoconf/autoconf-2.71-r1.ebuild
23 index e5bc4fffa76..26d6e011948 100644
24 --- a/sys-devel/autoconf/autoconf-2.71.ebuild
25 +++ b/sys-devel/autoconf/autoconf-2.71-r1.ebuild
26 @@ -25,7 +25,9 @@ DESCRIPTION="Used to create autoconfiguration files"
27 HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html"
28
29 LICENSE="GPL-3"
30 -SLOT="${PV/_*}"
31 +#SLOT="${PV/_*}"
32 +# autoconf-2.71 is a bugfix release of autoconf-2.70. Let's keep the same slot
33 +SLOT="2.70"
34 IUSE="emacs"
35
36 BDEPEND=">=sys-devel/m4-1.4.16