diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-09 16:49:35 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-03-09 16:52:31 +0100 |
commit | 90e5c9e14ea13b8271cbe1faae77bf4c902091e6 (patch) | |
tree | de1fe8297b600112d198a2dd7b09beab036322d4 /sys-devel | |
parent | net-fs/mc: Drop old (diff) | |
download | gentoo-90e5c9e14ea13b8271cbe1faae77bf4c902091e6.tar.gz gentoo-90e5c9e14ea13b8271cbe1faae77bf4c902091e6.tar.bz2 gentoo-90e5c9e14ea13b8271cbe1faae77bf4c902091e6.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.71.ebuild (renamed from sys-devel/autoconf/autoconf-2.71-r1.ebuild) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-devel/autoconf/autoconf-2.71-r1.ebuild b/sys-devel/autoconf/autoconf-2.71.ebuild index 034454ba9f77..d6187f9fa303 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 |