diff options
author | 2010-01-09 12:58:57 +0000 | |
---|---|---|
committer | 2010-01-09 12:58:57 +0000 | |
commit | d696a1f4dbe010e494de63fc4b2ff6e98633b062 (patch) | |
tree | e9fe2ba57277c50630c305556589cf4e1eba0e3e /sys-devel/gcc/gcc-4.3.2-r3.ebuild | |
parent | Fixing php dep #300280 (diff) | |
download | gentoo-2-d696a1f4dbe010e494de63fc4b2ff6e98633b062.tar.gz gentoo-2-d696a1f4dbe010e494de63fc4b2ff6e98633b062.tar.bz2 gentoo-2-d696a1f4dbe010e494de63fc4b2ff6e98633b062.zip |
Make GPL exceptions optional and add FDL-1.2 to LICENSE. Fixes bug 299996.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-devel/gcc/gcc-4.3.2-r3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.3.2-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.3.2-r3.ebuild b/sys-devel/gcc/gcc-4.3.2-r3.ebuild index d3982148e4d7..2d08d62de3d7 100644 --- a/sys-devel/gcc/gcc-4.3.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.3.2-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.15 2009/09/25 13:31:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2-r3.ebuild,v 1.16 2010/01/09 12:58:57 ulm Exp $ PATCH_VER="1.6" UCLIBC_VER="1.0" @@ -27,7 +27,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -LICENSE="GPL-3 LGPL-3 libgcc libstdc++" +LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ ) FDL-1.2" KEYWORDS="alpha amd64 ~arm -hppa ia64 ~mips ppc ppc64 ~s390 -sh sparc x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 |