diff options
author | Kerin Millar <kfm@plushkava.net> | 2024-08-11 02:52:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-11 11:25:51 +0100 |
commit | 5fccbf281ae32847683b2e4a1fab5b6bf30ed6b7 (patch) | |
tree | 3f4b98b0c2178465ebe9522087b1e80c74ae0d1a /sys-apps/gentoo-functions | |
parent | sys-apps/gentoo-functions: drop 1.5, 1.7-r1, 1.7.1 (diff) | |
download | gentoo-5fccbf281ae32847683b2e4a1fab5b6bf30ed6b7.tar.gz gentoo-5fccbf281ae32847683b2e4a1fab5b6bf30ed6b7.tar.bz2 gentoo-5fccbf281ae32847683b2e4a1fab5b6bf30ed6b7.zip |
sys-apps/gentoo-functions: revise 1.6-r1 as 1.6-r2
The only difference is that public-domain has been dropped from LICENSE,
since it is no longer applicable.
Signed-off-by: Kerin Millar <kfm@plushkava.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/gentoo-functions')
-rw-r--r-- | sys-apps/gentoo-functions/gentoo-functions-1.6-r2.ebuild (renamed from sys-apps/gentoo-functions/gentoo-functions-1.6-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gentoo-functions/gentoo-functions-1.6-r1.ebuild b/sys-apps/gentoo-functions/gentoo-functions-1.6-r2.ebuild index 191370d892fa..d4867ab362ac 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-1.6-r1.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-1.6-r2.ebuild @@ -16,7 +16,7 @@ inherit meson DESCRIPTION="Base functions required by all Gentoo systems" HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-functions.git" -LICENSE="GPL-2 public-domain" +LICENSE="GPL-2" SLOT="0" IUSE="test" RESTRICT="!test? ( test )" |