diff options
-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} |