diff options
author | 2022-09-19 17:30:17 +0100 | |
---|---|---|
committer | 2022-09-19 17:30:17 +0100 | |
commit | a025279b57c609e951cffe4a6ae216d96c0a39c4 (patch) | |
tree | 071177fd826d64e0055fe66679121b3f09488f5c /sys-devel | |
parent | sys-devel/autoconf: drop texinfo hunks in patch for K&R decl fixes (diff) | |
download | gentoo-a025279b57c609e951cffe4a6ae216d96c0a39c4.tar.gz gentoo-a025279b57c609e951cffe4a6ae216d96c0a39c4.tar.bz2 gentoo-a025279b57c609e951cffe4a6ae216d96c0a39c4.zip |
sys-devel/autoconf: fix LICENSE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69-r6.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.69-r7.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.71-r3.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-9999.ebuild | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sys-devel/autoconf/autoconf-2.69-r5.ebuild b/sys-devel/autoconf/autoconf-2.69-r5.ebuild index c85719fd173a..f51aa71c2d0a 100644 --- a/sys-devel/autoconf/autoconf-2.69-r5.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ inherit toolchain-autoconf DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="${PV}" IUSE="emacs" diff --git a/sys-devel/autoconf/autoconf-2.69-r6.ebuild b/sys-devel/autoconf/autoconf-2.69-r6.ebuild index 83a875983898..dd453cd78d3b 100644 --- a/sys-devel/autoconf/autoconf-2.69-r6.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r6.ebuild @@ -18,7 +18,7 @@ inherit toolchain-autoconf DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="${PV}" IUSE="emacs" diff --git a/sys-devel/autoconf/autoconf-2.69-r7.ebuild b/sys-devel/autoconf/autoconf-2.69-r7.ebuild index cb848359043b..091517d7d6b2 100644 --- a/sys-devel/autoconf/autoconf-2.69-r7.ebuild +++ b/sys-devel/autoconf/autoconf-2.69-r7.ebuild @@ -18,7 +18,7 @@ inherit toolchain-autoconf DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="${PV}" IUSE="emacs" diff --git a/sys-devel/autoconf/autoconf-2.71-r3.ebuild b/sys-devel/autoconf/autoconf-2.71-r3.ebuild index 5077d33753e4..225cfc50a50f 100644 --- a/sys-devel/autoconf/autoconf-2.71-r3.ebuild +++ b/sys-devel/autoconf/autoconf-2.71-r3.ebuild @@ -26,7 +26,7 @@ inherit toolchain-autoconf DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="${PV/_*}" IUSE="emacs" diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index a3424daaea28..61ddd6318e4d 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.ebuild @@ -17,7 +17,7 @@ inherit toolchain-autoconf DESCRIPTION="Used to create autoconfiguration files" HOMEPAGE="https://www.gnu.org/software/autoconf/autoconf.html" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="${PV}" IUSE="emacs" |