diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-12 06:47:58 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-12 06:47:58 +0000 |
commit | 22f2b140df2e629ee46764d0ec8a34c8daf12097 (patch) | |
tree | 583a7fb166c0106230cdb5f98828ec95a9b3c953 /sys-devel/gcc/gcc-4.7.0.ebuild | |
parent | QA violation, looking at the build system, USE=systemd, SYSTEMD=yes is only u... (diff) | |
download | gentoo-2-22f2b140df2e629ee46764d0ec8a34c8daf12097.tar.gz gentoo-2-22f2b140df2e629ee46764d0ec8a34c8daf12097.tar.bz2 gentoo-2-22f2b140df2e629ee46764d0ec8a34c8daf12097.zip |
Update LICENSE to FDL-1.3+ for gcc-4.6.0 and later versions, bug 464670. Change all GNU licenses to the "or later" variant.
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.7.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild index 21fb758c8b29..ca5b18943e3e 100644 --- a/sys-devel/gcc/gcc-4.7.0.ebuild +++ b/sys-devel/gcc/gcc-4.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.7 2012/11/24 21:22:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.8 2013/04/12 06:47:58 ulm Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -22,7 +22,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" -LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" +LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" |