commit: 0a79f1772f6549343c6dca87d506782df7fb81ce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 6 04:01:32 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 6 04:01:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a79f177
dev-util/global: fix licence Closes: https://bugs.gentoo.org/881595 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/global/global-6.6.10.ebuild | 2 +- dev-util/global/global-6.6.4.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/global/global-6.6.10.ebuild b/dev-util/global/global-6.6.10.ebuild index 41abd9d57503..ba1e95a1d864 100644 --- a/dev-util/global/global-6.6.10.ebuild +++ b/dev-util/global/global-6.6.10.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Tag system to find an object location in various sources" HOMEPAGE="https://www.gnu.org/software/global/global.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc emacs" diff --git a/dev-util/global/global-6.6.4.ebuild b/dev-util/global/global-6.6.4.ebuild index 1343cfa448b5..661f50f612f1 100644 --- a/dev-util/global/global-6.6.4.ebuild +++ b/dev-util/global/global-6.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="tag system to find an object location in various sources" HOMEPAGE="https://www.gnu.org/software/global/global.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc emacs vim"
