diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-06-06 13:46:12 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-06-06 13:46:12 +0000 |
commit | d2fe05de2797c1c0094fc1fd66572b0d0cd8b13a (patch) | |
tree | 6c3a9696e03c8f7c4a042e86fe05668589764640 /app-crypt/mit-krb5 | |
parent | ok, just install to regular locations -- no more custom location stuff -- at ... (diff) | |
download | gentoo-2-d2fe05de2797c1c0094fc1fd66572b0d0cd8b13a.tar.gz gentoo-2-d2fe05de2797c1c0094fc1fd66572b0d0cd8b13a.tar.bz2 gentoo-2-d2fe05de2797c1c0094fc1fd66572b0d0cd8b13a.zip |
ok, this is now usable
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt/mit-krb5')
-rw-r--r-- | app-crypt/mit-krb5/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.4.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog index 4d4e27c8bc27..03420839eb76 100644 --- a/app-crypt/mit-krb5/ChangeLog +++ b/app-crypt/mit-krb5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mit-krb5 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.82 2005/06/03 00:53:23 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.83 2005/06/06 13:46:12 seemant Exp $ + + 06 Jun 2005; Seemant Kulleen <seemant@gentoo.org> mit-krb5-1.4.ebuild: + ok, this is now usable 03 Jun 2005; Mark Loeser <halcy0n@gentoo.org> +files/mit-krb5-1.3.6-gcc4.patch, mit-krb5-1.3.6-r2.ebuild: diff --git a/app-crypt/mit-krb5/mit-krb5-1.4.ebuild b/app-crypt/mit-krb5/mit-krb5-1.4.ebuild index b3a06ce068ee..27c3318d3c4a 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.4.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.4.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/app-crypt/mit-krb5/mit-krb5-1.4.ebuild,v 1.5 2005/06/06 13:44:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.ebuild,v 1.6 2005/06/06 13:46:12 seemant Exp $ inherit eutils flag-o-matic versionator @@ -42,9 +42,9 @@ src_compile() { $(use_enable ipv6) \ $(use_enable static) \ --enable-shared \ - --with-system-et --with-system-ss --with-system-db \ - --enable-dns-for-realm \ - || die + --with-system-et --with-system-ss \ + --with-system-db \ + --enable-dns-for-realm || die MAKEOPTS=-j1 emake || die |