summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-08-06 01:18:44 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-08-06 01:18:44 +0000
commita5ff79f67c9dcc7513164cec352aa135e181f0fd (patch)
tree8a41f91a5921ba015a6f10cff2c243e81e011a31 /net-dns/dnswalk/dnswalk-2.0.2.ebuild
parentStable ppc ppc64, bug #419269 (diff)
downloadhistorical-a5ff79f67c9dcc7513164cec352aa135e181f0fd.tar.gz
historical-a5ff79f67c9dcc7513164cec352aa135e181f0fd.tar.bz2
historical-a5ff79f67c9dcc7513164cec352aa135e181f0fd.zip
EAPI bumped to 4 and add prefix tweak
Package-Manager: portage-2.2.0_alpha120/cvs/Linux i686
Diffstat (limited to 'net-dns/dnswalk/dnswalk-2.0.2.ebuild')
-rw-r--r--net-dns/dnswalk/dnswalk-2.0.2.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/net-dns/dnswalk/dnswalk-2.0.2.ebuild b/net-dns/dnswalk/dnswalk-2.0.2.ebuild
index a81878125175..a88a293965b9 100644
--- a/net-dns/dnswalk/dnswalk-2.0.2.ebuild
+++ b/net-dns/dnswalk/dnswalk-2.0.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/dnswalk-2.0.2.ebuild,v 1.16 2007/07/16 14:43:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnswalk/dnswalk-2.0.2.ebuild,v 1.17 2012/08/06 01:18:44 ottxor Exp $
+
+EAPI=4
S=${WORKDIR}
DESCRIPTION="dnswalk is a DNS database debugger"
@@ -11,11 +13,11 @@ DEPEND=">=dev-perl/Net-DNS-0.12"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""
-src_compile() {
- sed -i 's:#!/usr/contrib/bin/perl:#!/usr/bin/perl:' dnswalk
+src_prepare() {
+ sed -i 's:#!/usr/contrib/bin/perl:#!'"${EPREFIX}"'/usr/bin/perl:' dnswalk
}
src_install () {