summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 13:57:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 13:57:39 +0000
commit9f74aee97cf9f0c1f5f176f56939ccf49fbb814c (patch)
treed38d5ac2a33d8d686b09b44c0bd16d8576c38a58 /app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild
parentNew ebuild, #126925 (diff)
downloadhistorical-9f74aee97cf9f0c1f5f176f56939ccf49fbb814c.tar.gz
historical-9f74aee97cf9f0c1f5f176f56939ccf49fbb814c.tar.bz2
historical-9f74aee97cf9f0c1f5f176f56939ccf49fbb814c.zip
Fix broken autotools handling.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild')
-rw-r--r--app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild
index 6b3455f26048..76434d5a136f 100644
--- a/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild
+++ b/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild,v 1.13 2006/12/08 16:01:00 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild,v 1.14 2007/01/04 13:57:39 flameeyes Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="1.6"
-WANT_AUTOMAKE=1.6
inherit eutils autotools
DESCRIPTION="Kerberos 4 implementation from KTH"
@@ -32,8 +34,7 @@ src_unpack() {
epatch "${FILESDIR}"/${P}-gcc.patch
epatch "${FILESDIR}"/${P}-revoke.patch
- libtoolize --copy --force || die
- autoreconf || die
+ AT_M4DIR="cf" eautoreconf
}
src_compile() {
@@ -55,7 +56,7 @@ src_install() {
cd ${S}/lib/des
make DESTDIR=${D}/usr/athena \
- install || die
+ install || die
cd ${S}
fi