diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:27:15 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 21:27:15 +0000 |
commit | 0c89dcdcf09e2641f09509de204c66bc9efe9369 (patch) | |
tree | 2982f8554791d91a4f3c54520d040615f4a24834 /net-dns/ndu | |
parent | amd64 stable, bug 285945 (diff) | |
download | gentoo-2-0c89dcdcf09e2641f09509de204c66bc9efe9369.tar.gz gentoo-2-0c89dcdcf09e2641f09509de204c66bc9efe9369.tar.bz2 gentoo-2-0c89dcdcf09e2641f09509de204c66bc9efe9369.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/ndu')
-rw-r--r-- | net-dns/ndu/ndu-0.4-r4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-dns/ndu/ndu-0.4-r4.ebuild b/net-dns/ndu/ndu-0.4-r4.ebuild index ccc32ae52458..febdeec0a330 100644 --- a/net-dns/ndu/ndu-0.4-r4.ebuild +++ b/net-dns/ndu/ndu-0.4-r4.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/net-dns/ndu/ndu-0.4-r4.ebuild,v 1.6 2009/09/23 18:30:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild,v 1.7 2009/09/23 21:27:15 patrick Exp $ inherit eutils toolchain-funcs @@ -11,8 +11,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="sys-apps/sed - virtual/libc" +DEPEND="sys-apps/sed" RDEPEND="sys-apps/ed" # dnstouch calls ed to do the dirty work src_unpack() { |