diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:30:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:30:20 +0000 |
commit | 94ddd07d2d6f9c860675237c9f97bf90d1f3e9bd (patch) | |
tree | 396c0489854d4cf7b64b269b489d088a297ca7b3 /net-dns/ndu | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-94ddd07d2d6f9c860675237c9f97bf90d1f3e9bd.tar.gz gentoo-2-94ddd07d2d6f9c860675237c9f97bf90d1f3e9bd.tar.bz2 gentoo-2-94ddd07d2d6f9c860675237c9f97bf90d1f3e9bd.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/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/ndu/ndu-0.4-r4.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-dns/ndu/ChangeLog b/net-dns/ndu/ChangeLog index 3f568de76f41..6ed5a925d04d 100644 --- a/net-dns/ndu/ChangeLog +++ b/net-dns/ndu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/ndu # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v 1.15 2009/07/31 09:12:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ChangeLog,v 1.16 2009/09/23 18:30:20 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> ndu-0.4-r4.ebuild: + Remove virtual/libc 31 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> -ndu-0.4.ebuild, -ndu-0.4-r1.ebuild, -ndu-0.4-r2.ebuild, -ndu-0.4-r3.ebuild, diff --git a/net-dns/ndu/ndu-0.4-r4.ebuild b/net-dns/ndu/ndu-0.4-r4.ebuild index 79b408dba457..ccc32ae52458 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.5 2009/07/31 09:12:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r4.ebuild,v 1.6 2009/09/23 18:30:20 patrick Exp $ inherit eutils toolchain-funcs @@ -13,8 +13,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" DEPEND="sys-apps/sed virtual/libc" -RDEPEND="virtual/libc - sys-apps/ed" # dnstouch calls ed to do the dirty work +RDEPEND="sys-apps/ed" # dnstouch calls ed to do the dirty work src_unpack() { unpack ${A} |