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.8.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.8.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.8.0.ebuild b/sys-devel/gcc/gcc-4.8.0.ebuild index 975792064415..c790ca031fc3 100644 --- a/sys-devel/gcc/gcc-4.8.0.ebuild +++ b/sys-devel/gcc/gcc-4.8.0.ebuild @@ -1,6 +1,6 @@ # 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.8.0.ebuild,v 1.2 2013/04/05 17:53:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.3 2013/04/12 06:47:58 ulm Exp $ PATCH_VER="1.1" 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="" |