diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-05-03 00:21:52 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-05-03 00:21:52 +0000 |
commit | 83bffb18ac12bed6ba2227147aa916fd5b5d31bf (patch) | |
tree | 9ffcc93e6dc1d08791599fd76fd82e670be0b2f8 /sys-devel/gcc/gcc-4.2.4-r1.ebuild | |
parent | Add dependency on sys-devel/flex for binutils; bug #221407 (diff) | |
download | gentoo-2-83bffb18ac12bed6ba2227147aa916fd5b5d31bf.tar.gz gentoo-2-83bffb18ac12bed6ba2227147aa916fd5b5d31bf.tar.bz2 gentoo-2-83bffb18ac12bed6ba2227147aa916fd5b5d31bf.zip |
Add sys-devel/flex as a DEPEND; bug #221411
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'sys-devel/gcc/gcc-4.2.4-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.2.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-4.2.4-r1.ebuild b/sys-devel/gcc/gcc-4.2.4-r1.ebuild index 03f3cbca73ac..5d2d275e8a03 100644 --- a/sys-devel/gcc/gcc-4.2.4-r1.ebuild +++ b/sys-devel/gcc/gcc-4.2.4-r1.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.2.4-r1.ebuild,v 1.2 2009/01/31 17:28:39 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.3 2009/05/03 00:21:52 halcy0n Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -47,6 +47,7 @@ DEPEND="${RDEPEND} test? ( sys-devel/autogen dev-util/dejagnu ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 + sys-devel/flex ppc? ( >=${CATEGORY}/binutils-2.17 ) ppc64? ( >=${CATEGORY}/binutils-2.17 ) >=${CATEGORY}/binutils-2.15.94" |