summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-13 01:44:42 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-13 01:44:42 +0000
commit4146cd4035285d5d8a5806f594fef8a47f835c47 (patch)
tree780d14293506c08dc8bd621ec967847ebef293be /net-dns/hesiod
parents390 love (diff)
downloadhistorical-4146cd4035285d5d8a5806f594fef8a47f835c47.tar.gz
historical-4146cd4035285d5d8a5806f594fef8a47f835c47.tar.bz2
historical-4146cd4035285d5d8a5806f594fef8a47f835c47.zip
s390 love #90750
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-dns/hesiod')
-rw-r--r--net-dns/hesiod/Manifest2
-rw-r--r--net-dns/hesiod/hesiod-3.0.2-r1.ebuild8
2 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/hesiod/Manifest b/net-dns/hesiod/Manifest
index a6ba288e6113..71f5510fdb81 100644
--- a/net-dns/hesiod/Manifest
+++ b/net-dns/hesiod/Manifest
@@ -1,5 +1,5 @@
MD5 e807b1e1c3a8fca81a8a7d7e220fdc5d ChangeLog 2187
-MD5 f88420978635212ab9ab32c7c693afcb hesiod-3.0.2-r1.ebuild 1312
+MD5 b4009a06c1a7d6fd0cc25b8263dfcf08 hesiod-3.0.2-r1.ebuild 1307
MD5 c2560b4653b2ee5b141e8e67138885d1 hesiod-3.0.2.ebuild 1570
MD5 6730c597da6926a28d780afaf5c0109d files/digest-hesiod-3.0.2 63
MD5 6730c597da6926a28d780afaf5c0109d files/digest-hesiod-3.0.2-r1 63
diff --git a/net-dns/hesiod/hesiod-3.0.2-r1.ebuild b/net-dns/hesiod/hesiod-3.0.2-r1.ebuild
index 1dfb6d2fb35f..8e2ac53e0b5f 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-2005 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.10 2005/04/29 16:09:28 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r1.ebuild,v 1.11 2005/05/13 01:44:42 vapier Exp $
inherit flag-o-matic eutils
@@ -10,10 +10,10 @@ SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 alpha ia64 ~ppc64"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE=""
-DEPEND="virtual/libc"
+DEPEND=""
src_unpack() {
unpack ${A}
@@ -44,5 +44,5 @@ src_unpack() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
}