diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-05-12 00:30:29 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-05-12 00:30:29 +0200 |
commit | 6feb8a90186ca78784b74d4a225299353f23a73a (patch) | |
tree | 0e9470704407d44bb8fd9ec431c2b05b1ce3b17f /dev-scheme | |
parent | dev-scheme/guile-json: bump to 4.7.1 (diff) | |
download | gentoo-6feb8a90186ca78784b74d4a225299353f23a73a.tar.gz gentoo-6feb8a90186ca78784b74d4a225299353f23a73a.tar.bz2 gentoo-6feb8a90186ca78784b74d4a225299353f23a73a.zip |
dev-scheme/guile-json: correct license (GPL-3+)
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/guile-json/guile-json-4.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-scheme/guile-json/guile-json-4.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-scheme/guile-json/guile-json-4.7.1.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-scheme/guile-json/guile-json-4.5.2.ebuild b/dev-scheme/guile-json/guile-json-4.5.2.ebuild index 3c0f10b4a19a..4e926c52001c 100644 --- a/dev-scheme/guile-json/guile-json-4.5.2.ebuild +++ b/dev-scheme/guile-json/guile-json-4.5.2.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=8 @@ -7,7 +7,7 @@ DESCRIPTION="JSON module for Guile" HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/" SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-scheme/guile-json/guile-json-4.7.0.ebuild b/dev-scheme/guile-json/guile-json-4.7.0.ebuild index d13edb375266..d2e78a2618c3 100644 --- a/dev-scheme/guile-json/guile-json-4.7.0.ebuild +++ b/dev-scheme/guile-json/guile-json-4.7.0.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="JSON module for Guile" HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/" SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="strip" diff --git a/dev-scheme/guile-json/guile-json-4.7.1.ebuild b/dev-scheme/guile-json/guile-json-4.7.1.ebuild index d13edb375266..d2e78a2618c3 100644 --- a/dev-scheme/guile-json/guile-json-4.7.1.ebuild +++ b/dev-scheme/guile-json/guile-json-4.7.1.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="JSON module for Guile" HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/" SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" RESTRICT="strip" |