diff options
author | Arsen Arsenović <arsen@gentoo.org> | 2023-11-15 13:05:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-22 00:00:08 +0000 |
commit | 7452d9096983e22677c6b1bd2f4bb0ea037ff520 (patch) | |
tree | 19ab2854889eb27b5795002332c213ab3fae76c8 /sys-devel | |
parent | sys-devel/automake-vanilla: new package, add 1.11.6, 1.16.5, 9999 (diff) | |
download | gentoo-7452d9096983e22677c6b1bd2f4bb0ea037ff520.tar.gz gentoo-7452d9096983e22677c6b1bd2f4bb0ea037ff520.tar.bz2 gentoo-7452d9096983e22677c6b1bd2f4bb0ea037ff520.zip |
sys-devel/autoconf-vanilla: set TC_AUTOCONF_PREFIX for 2.72c
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild b/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild index a678cada264c..ba5dad5a496c 100644 --- a/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild +++ b/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild @@ -51,6 +51,8 @@ PATCHES=( "${FILESDIR}"/"${MY_P}"-conflicts.patch ) +TC_AUTOCONF_ENVPREFIX=07 + src_prepare() { if [[ ${PV} == *9999 ]] ; then # Avoid the "dirty" suffix in the git version by generating it |