diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-23 23:48:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-23 23:48:17 +0000 |
commit | c01fa1834a60a1d35306b24764d7ace1b50f82c2 (patch) | |
tree | 407e10e5f2e945a55a11053e10b32f2fa1c72e5d /sys-devel/gcc/gcc-4.7.0.ebuild | |
parent | Bump, includes POODLE fixes. (diff) | |
download | gentoo-2-c01fa1834a60a1d35306b24764d7ace1b50f82c2.tar.gz gentoo-2-c01fa1834a60a1d35306b24764d7ace1b50f82c2.tar.bz2 gentoo-2-c01fa1834a60a1d35306b24764d7ace1b50f82c2.zip |
Use DESCRIPTION from 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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild index 4a7a2b27d5ca..b541c0d88d74 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.12 2014/01/19 01:51:34 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.13 2014/10/23 23:48:17 vapier Exp $ EAPI="2" @@ -22,8 +22,6 @@ SSP_UCLIBC_STABLE="x86 amd64 ppc ppc64 arm" inherit eutils toolchain -DESCRIPTION="The GNU Compiler Collection" - 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" |