diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-24 00:23:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-24 00:23:04 +0000 |
commit | 0fb8cab7d0761423c4a017382b11648423ea3ebf (patch) | |
tree | 81d4d206f2bd64b2a360528aed7d48cb8f069fca /sys-devel/gcc/gcc-4.7.0.ebuild | |
parent | expand LICENSE handling for all versions (diff) | |
download | gentoo-2-0fb8cab7d0761423c4a017382b11648423ea3ebf.tar.gz gentoo-2-0fb8cab7d0761423c4a017382b11648423ea3ebf.tar.bz2 gentoo-2-0fb8cab7d0761423c4a017382b11648423ea3ebf.zip |
Move LICENSE to the eclass.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.7.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild index b541c0d88d74..e54f65345425 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-2014 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.13 2014/10/23 23:48:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.14 2014/10/24 00:23:04 vapier Exp $ EAPI="2" @@ -22,7 +22,6 @@ SSP_UCLIBC_STABLE="x86 amd64 ppc ppc64 arm" inherit eutils toolchain -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="" |