summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-12-24 00:58:19 +0000
committerSam James <sam@gentoo.org>2023-12-24 00:58:59 +0000
commit1566e463f1998e947ebabb558eac13e21071789f (patch)
tree50aeabab8b62b7c055dd02d8d6803f0fbf744734 /sys-devel
parentsys-devel/autoconf-wrapper: add 20231224 (diff)
downloadgentoo-1566e463f1998e947ebabb558eac13e21071789f.tar.gz
gentoo-1566e463f1998e947ebabb558eac13e21071789f.tar.bz2
gentoo-1566e463f1998e947ebabb558eac13e21071789f.zip
sys-devel/autoconf: update sys-devel/autoconf-wrapper min. version
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf/autoconf-2.72-r1.ebuild (renamed from sys-devel/autoconf/autoconf-2.72.ebuild)5
-rw-r--r--sys-devel/autoconf/autoconf-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-devel/autoconf/autoconf-2.72.ebuild b/sys-devel/autoconf/autoconf-2.72-r1.ebuild
index 2381a9c5fd5b..8966911f36ff 100644
--- a/sys-devel/autoconf/autoconf-2.72.ebuild
+++ b/sys-devel/autoconf/autoconf-2.72-r1.ebuild
@@ -3,6 +3,9 @@
EAPI=8
+# Remember to modify LAST_KNOWN_VER 'upstream' in sys-devel/autoconf-wrapper
+# on new autoconf releases, as well as the dependency in RDEPEND below too.
+
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
inherit git-r3
@@ -45,7 +48,7 @@ BDEPEND+="
"
RDEPEND="
${BDEPEND}
- >=sys-devel/autoconf-wrapper-15
+ >=sys-devel/autoconf-wrapper-20231224
sys-devel/gnuconfig
!~sys-devel/${P}:2.5
"
diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild
index 2381a9c5fd5b..8966911f36ff 100644
--- a/sys-devel/autoconf/autoconf-9999.ebuild
+++ b/sys-devel/autoconf/autoconf-9999.ebuild
@@ -3,6 +3,9 @@
EAPI=8
+# Remember to modify LAST_KNOWN_VER 'upstream' in sys-devel/autoconf-wrapper
+# on new autoconf releases, as well as the dependency in RDEPEND below too.
+
if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.savannah.gnu.org/git/autoconf.git"
inherit git-r3
@@ -45,7 +48,7 @@ BDEPEND+="
"
RDEPEND="
${BDEPEND}
- >=sys-devel/autoconf-wrapper-15
+ >=sys-devel/autoconf-wrapper-20231224
sys-devel/gnuconfig
!~sys-devel/${P}:2.5
"