diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 13:57:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 13:57:39 +0000 |
commit | d6233c1ea0c2402b94f36363ef9c000c6de883dc (patch) | |
tree | 7c954b25e6be16a949fdccccadb1c57f971c1ff2 /app-crypt/kth-krb | |
parent | New ebuild, #126925 (diff) | |
download | gentoo-2-d6233c1ea0c2402b94f36363ef9c000c6de883dc.tar.gz gentoo-2-d6233c1ea0c2402b94f36363ef9c000c6de883dc.tar.bz2 gentoo-2-d6233c1ea0c2402b94f36363ef9c000c6de883dc.zip |
Fix broken autotools handling.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'app-crypt/kth-krb')
-rw-r--r-- | app-crypt/kth-krb/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/app-crypt/kth-krb/ChangeLog b/app-crypt/kth-krb/ChangeLog index f013083b5c48..1b19ebd12819 100644 --- a/app-crypt/kth-krb/ChangeLog +++ b/app-crypt/kth-krb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/kth-krb -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.36 2006/12/08 16:03:00 seemant Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.37 2007/01/04 13:57:39 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + kth-krb-1.2.2-r2.ebuild: + Fix broken autotools handling. 08 Dec 2006; Seemant Kulleen <seemant@gentoo.org> files/02kth-krb: fix the man and info directory env. vars, to close bug #47486 by Martin 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 |