commit: 2ec9739d7cca1a38bd9b3c058c99dd1b58bf09d3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Sep 18 00:39:21 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Sep 18 00:41:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec9739d
sys-devel/gcc-config: update LICENSE Closes: https://bugs.gentoo.org/912954 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-devel/gcc-config/gcc-config-2.11.ebuild | 2 +- sys-devel/gcc-config/gcc-config-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc-config/gcc-config-2.11.ebuild b/sys-devel/gcc-config/gcc-config-2.11.ebuild index c83d173cad65..f387c81e5cb3 100644 --- a/sys-devel/gcc-config/gcc-config-2.11.ebuild +++ b/sys-devel/gcc-config/gcc-config-2.11.ebuild @@ -14,7 +14,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+" SLOT="0" IUSE="+cc-wrappers +native-symlinks" diff --git a/sys-devel/gcc-config/gcc-config-9999.ebuild b/sys-devel/gcc-config/gcc-config-9999.ebuild index 7ff12f007e38..a314266369ef 100644 --- a/sys-devel/gcc-config/gcc-config-9999.ebuild +++ b/sys-devel/gcc-config/gcc-config-9999.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=8 @@ -14,7 +14,7 @@ fi DESCRIPTION="Utility to manage compilers" HOMEPAGE="https://gitweb.gentoo.org/proj/gcc-config.git/" -LICENSE="GPL-2" +LICENSE="GPL-2 GPL-2+" SLOT="0" IUSE="+cc-wrappers +native-symlinks"
