diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-14 06:52:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-14 06:52:28 +0000 |
commit | 7f40fa2325b9e4a320e060044102718aca73a96e (patch) | |
tree | 9012fad305dc6d31d415900f15ca0728c68862d2 /net-dns/ndu | |
parent | Bug #47482, arpd doesn't need to be in /sbin. (diff) | |
download | gentoo-2-7f40fa2325b9e4a320e060044102718aca73a96e.tar.gz gentoo-2-7f40fa2325b9e4a320e060044102718aca73a96e.tar.bz2 gentoo-2-7f40fa2325b9e4a320e060044102718aca73a96e.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-dns/ndu')
-rw-r--r-- | net-dns/ndu/ndu-0.4-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dns/ndu/ndu-0.4-r2.ebuild b/net-dns/ndu/ndu-0.4-r2.ebuild index 1ca9ad867abc..e06c4f3ea927 100644 --- a/net-dns/ndu/ndu-0.4-r2.ebuild +++ b/net-dns/ndu/ndu-0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r2.ebuild,v 1.1 2005/02/13 03:38:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/ndu/ndu-0.4-r2.ebuild,v 1.2 2005/02/14 06:52:28 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -12,9 +12,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="sys-apps/sed +DEPEND="sys-apps/sed virtual/libc" -RDEPEND="virtual/libc +RDEPEND="virtual/libc sys-apps/ed" # dnstouch calls ed to do the dirty work src_unpack() { |