diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-09 12:58:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-09 12:58:57 +0000 |
commit | d41857bdc130e6eb8438ad2c8f8efc36bd7a50e0 (patch) | |
tree | 77859163156b23a5b474cc4cd0610b12ef010494 /sys-devel/gcc/gcc-4.1.2.ebuild | |
parent | Fixing php dep #300280 (diff) | |
download | historical-d41857bdc130e6eb8438ad2c8f8efc36bd7a50e0.tar.gz historical-d41857bdc130e6eb8438ad2c8f8efc36bd7a50e0.tar.bz2 historical-d41857bdc130e6eb8438ad2c8f8efc36bd7a50e0.zip |
Make GPL exceptions optional and add FDL-1.2 to LICENSE. Fixes bug 299996.
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'sys-devel/gcc/gcc-4.1.2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.1.2.ebuild b/sys-devel/gcc/gcc-4.1.2.ebuild index b9c899487e30..c69869f6b49e 100644 --- a/sys-devel/gcc/gcc-4.1.2.ebuild +++ b/sys-devel/gcc/gcc-4.1.2.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.1.2.ebuild,v 1.23 2009/05/03 00:21:52 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.24 2010/01/09 12:58:57 ulm Exp $ PATCH_VER="1.3" UCLIBC_VER="1.0" @@ -16,7 +16,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -LICENSE="GPL-2 LGPL-2.1" +LICENSE="GPL-2 LGPL-2.1 FDL-1.2" KEYWORDS="-* alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 |