diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:15:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:15:46 +0000 |
commit | 47907ed0c19cc78a35822623df2489b7fe1cb59d (patch) | |
tree | f3e8cb7311f8be2d07b6c91a3aec71418994878e /net-dns/pdnsd/pdnsd-1.1.7a.ebuild | |
parent | Fixed compile issue. (Manifest recommit) (diff) | |
download | gentoo-2-47907ed0c19cc78a35822623df2489b7fe1cb59d.tar.gz gentoo-2-47907ed0c19cc78a35822623df2489b7fe1cb59d.tar.bz2 gentoo-2-47907ed0c19cc78a35822623df2489b7fe1cb59d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-dns/pdnsd/pdnsd-1.1.7a.ebuild')
-rw-r--r-- | net-dns/pdnsd/pdnsd-1.1.7a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/pdnsd/pdnsd-1.1.7a.ebuild b/net-dns/pdnsd/pdnsd-1.1.7a.ebuild index 6ec4500fca95..6e895700b802 100644 --- a/net-dns/pdnsd/pdnsd-1.1.7a.ebuild +++ b/net-dns/pdnsd/pdnsd-1.1.7a.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.7a.ebuild,v 1.10 2004/06/24 22:37:43 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/pdnsd-1.1.7a.ebuild,v 1.11 2004/07/01 22:13:41 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="Proxy DNS server with permanent caching" SRC_URI="http://home.t-online.de/home/Moestl/${P}.tar.bz2" HOMEPAGE="http://home.t-online.de/home/Moestl/" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" SLOT="0" LICENSE="BSD | GPL-2" |