diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-20 04:36:00 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2009-09-20 04:36:00 +0000 |
commit | 5f9178136633ce2355d875e234a735d1bacd98d6 (patch) | |
tree | 1a13474bd019a2870c516e402944e66c6f276e16 /sys-devel | |
parent | fix ChangeLog entry (diff) | |
download | gentoo-2-5f9178136633ce2355d875e234a735d1bacd98d6.tar.gz gentoo-2-5f9178136633ce2355d875e234a735d1bacd98d6.tar.bz2 gentoo-2-5f9178136633ce2355d875e234a735d1bacd98d6.zip |
Fix LGPL license version.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index e89e504f03bf..faac35dfa4c3 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.723 2009/09/19 23:36:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.724 2009/09/20 04:36:00 dirtyepic Exp $ + + 20 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.1.ebuild: + Fix LGPL license version. 19 Sep 2009; Alexis Ballier <aballier@gentoo.org> gcc-4.4.1.ebuild: keyword ~x86-fbsd diff --git a/sys-devel/gcc/gcc-4.4.1.ebuild b/sys-devel/gcc/gcc-4.4.1.ebuild index e73e3b83ea16..c547be9bffb3 100644 --- a/sys-devel/gcc/gcc-4.4.1.ebuild +++ b/sys-devel/gcc/gcc-4.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.7 2009/09/19 23:36:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.1.ebuild,v 1.8 2009/09/20 04:36:00 dirtyepic Exp $ PATCH_VER="1.0" UCLIBC_VER="1.1" @@ -25,7 +25,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-2.1 libgcc libstdc++ gcc-runtime-library-exception-3.1" +LICENSE="GPL-3 LGPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1" KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" RDEPEND=">=sys-libs/zlib-1.1.4 |