diff options
author | Sam James <sam@gentoo.org> | 2022-07-28 07:36:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-28 07:36:00 +0100 |
commit | 3b32672bbba5816d31ab02eb1d91cb603d2d3030 (patch) | |
tree | b3e85296a5daafaf4c859a0c00985451eaa536db /sys-devel | |
parent | dev-libs/utfcpp: Stabilize 3.2.1 sparc, #861542 (diff) | |
download | gentoo-3b32672bbba5816d31ab02eb1d91cb603d2d3030.tar.gz gentoo-3b32672bbba5816d31ab02eb1d91cb603d2d3030.tar.bz2 gentoo-3b32672bbba5816d31ab02eb1d91cb603d2d3030.zip |
sys-devel/bison: fix LICENSE
Closes: https://bugs.gentoo.org/861185
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bison/bison-3.7.6.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/bison/bison-3.8.2.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/bison/bison-3.7.6.ebuild b/sys-devel/bison/bison-3.7.6.ebuild index a9e566e5e632..c54b97338114 100644 --- a/sys-devel/bison/bison-3.7.6.ebuild +++ b/sys-devel/bison/bison-3.7.6.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 @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz https://dev.gentoo.org/~whissi/dist/bison/${PATCH_TAR} https://dev.gentoo.org/~polynomial-c/dist/bison/${PATCH_TAR}" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" diff --git a/sys-devel/bison/bison-3.8.2.ebuild b/sys-devel/bison/bison-3.8.2.ebuild index 8d135411443f..235b7ff655fa 100644 --- a/sys-devel/bison/bison-3.8.2.ebuild +++ b/sys-devel/bison/bison-3.8.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/bison/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" SRC_URI+=" verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples nls static test" |