diff options
author | Alexander Gabert <pappy@gentoo.org> | 2004-07-29 08:55:35 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2004-07-29 08:55:35 +0000 |
commit | 1b7b19e23df27793cc9b7f71779cd0b9da7afd73 (patch) | |
tree | 9d2efcf09bec03f7f9bb1a7f9d870d6cf10340a5 /sys-devel | |
parent | repoman breaks on gcc-3.4.1 (diff) | |
download | gentoo-2-1b7b19e23df27793cc9b7f71779cd0b9da7afd73.tar.gz gentoo-2-1b7b19e23df27793cc9b7f71779cd0b9da7afd73.tar.bz2 gentoo-2-1b7b19e23df27793cc9b7f71779cd0b9da7afd73.zip |
repoman borkage
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.4-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-3.3.4-r1.ebuild b/sys-devel/gcc/gcc-3.3.4-r1.ebuild index 86c7a16a1591..fd5412fe1393 100644 --- a/sys-devel/gcc/gcc-3.3.4-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.4-r1.ebuild,v 1.5 2004/07/22 13:11:32 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.4-r1.ebuild,v 1.6 2004/07/29 08:55:35 pappy Exp $ inherit eutils flag-o-matic libtool gnuconfig @@ -131,6 +131,7 @@ DEPEND="virtual/libc >=sys-devel/bison-1.875 >=sys-devel/gcc-config-1.3.6 amd64? ( multilib? ( >=app-emulation/emul-linux-x86-baselibs-1.0 ) ) + sparc? ( hardened? ( >=sys-libs/glibc-2.3.3.20040420 ) ) !build? ( >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" |