diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-29 09:14:05 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-29 09:14:05 +0100 |
commit | dfe534d7210d3b7774365fcd3674257beb075a42 (patch) | |
tree | 4585dda62e5a177097169a4cfa86ff0f0e13df3c /sys-devel | |
parent | x11-wm/i3: Install with EPREFIX (diff) | |
download | gentoo-dfe534d7210d3b7774365fcd3674257beb075a42.tar.gz gentoo-dfe534d7210d3b7774365fcd3674257beb075a42.tar.bz2 gentoo-dfe534d7210d3b7774365fcd3674257beb075a42.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.71-r1.ebuild (renamed from sys-devel/autoconf/autoconf-2.71.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/autoconf/autoconf-2.71.ebuild b/sys-devel/autoconf/autoconf-2.71-r1.ebuild index e5bc4fffa76c..26d6e0119481 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 |