diff options
Diffstat (limited to 'net-dns/hesiod/hesiod-3.0.2-r2.ebuild')
-rw-r--r-- | net-dns/hesiod/hesiod-3.0.2-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild index 73c81b1f94dc..b8ed2718ae4f 100644 --- a/net-dns/hesiod/hesiod-3.0.2-r2.ebuild +++ b/net-dns/hesiod/hesiod-3.0.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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-r2.ebuild,v 1.11 2007/11/03 02:22:08 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2-r2.ebuild,v 1.12 2008/01/21 20:17:44 jer Exp $ inherit flag-o-matic eutils @@ -10,17 +10,17 @@ SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" filter-flags -fstack-protector #Patches stolen from RH - epatch ${FILESDIR}/hesiod-${PV}-redhat.patch + epatch "${FILESDIR}"/hesiod-${PV}-redhat.patch autoconf || die "autoconf failed" for manpage in *.3 |