diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:13:41 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:13:41 +0000 |
commit | d847bd9a195321796c8023b49a6abf8066268a7d (patch) | |
tree | a4f69b75f578468e891d33c5d249876247d4b0dc /net-dns/hesiod | |
parent | virtual/glibc -> virtual/libc, add IUSE (diff) | |
download | historical-d847bd9a195321796c8023b49a6abf8066268a7d.tar.gz historical-d847bd9a195321796c8023b49a6abf8066268a7d.tar.bz2 historical-d847bd9a195321796c8023b49a6abf8066268a7d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r-- | net-dns/hesiod/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dns/hesiod/ChangeLog b/net-dns/hesiod/ChangeLog index 9eed62ddbf2b..89232c575263 100644 --- a/net-dns/hesiod/ChangeLog +++ b/net-dns/hesiod/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/hesiod # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.10 2004/06/24 22:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/ChangeLog,v 1.11 2004/07/01 22:11:53 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + hesiod-3.0.2-r1.ebuild, hesiod-3.0.2.ebuild: + virtual/glibc -> virtual/libc 19 Mar 2004; Aron Griffis <agriffis@gentoo.org> hesiod-3.0.2-r1.ebuild: stable on alpha and ia64 diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild index cf4e3c1cb7c6..59e821a9023f 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.7 2004/06/24 22:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.8 2004/07/01 22:11:53 eradicator Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ LICENSE="ISC" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 alpha ia64" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild index e46f1e294051..d2176f66b04c 100644 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.10 2004/06/24 22:35:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.11 2004/07/01 22:11:53 eradicator Exp $ inherit flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" LICENSE="ISC" KEYWORDS="x86 ppc sparc hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { |