diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
commit | bed3bfe78e59e0787a4ca5439cd8969898587abf (patch) | |
tree | 1c2968b4dbfc2ad260fdd59ab7a665fcd11aba03 /net-misc/zebra/zebra-0.93b-r1.ebuild | |
parent | New package, submitted by Ulrich Mueller <ulm@kph.uni-mainz.de> #50876 (Manif... (diff) | |
download | gentoo-2-bed3bfe78e59e0787a4ca5439cd8969898587abf.tar.gz gentoo-2-bed3bfe78e59e0787a4ca5439cd8969898587abf.tar.bz2 gentoo-2-bed3bfe78e59e0787a4ca5439cd8969898587abf.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/zebra/zebra-0.93b-r1.ebuild')
-rw-r--r-- | net-misc/zebra/zebra-0.93b-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/zebra/zebra-0.93b-r1.ebuild b/net-misc/zebra/zebra-0.93b-r1.ebuild index 4cf5743e2704..edfef2be1db3 100644 --- a/net-misc/zebra/zebra-0.93b-r1.ebuild +++ b/net-misc/zebra/zebra-0.93b-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/net-misc/zebra/zebra-0.93b-r1.ebuild,v 1.9 2004/06/25 00:22:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zebra/zebra-0.93b-r1.ebuild,v 1.10 2004/07/01 22:16:07 squinky86 Exp $ inherit eutils @@ -18,12 +18,12 @@ KEYWORDS="x86 ~sparc" LICENSE="GPL-2" SLOT="0" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/binutils pam? ( >=pam-0.75-r11 ) snmp? ( virtual/snmp )" -RDEPEND="virtual/glibc sys-devel/binutils" +RDEPEND="virtual/libc sys-devel/binutils" src_unpack() { unpack ${A} || die |