diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-01 14:43:06 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-05-01 14:43:06 +0000 |
commit | 9c086bfd62e0605aac33cea6ce6bd21e21638012 (patch) | |
tree | 318a0b973f01a4bbdd6a4492c51e2dae89f47164 /app-crypt | |
parent | fix /dev/vbox{guest,user} udev rule, add GROUP=vboxguest (diff) | |
download | gentoo-2-9c086bfd62e0605aac33cea6ce6bd21e21638012.tar.gz gentoo-2-9c086bfd62e0605aac33cea6ce6bd21e21638012.tar.bz2 gentoo-2-9c086bfd62e0605aac33cea6ce6bd21e21638012.zip |
Fix configure call, patch by Eray Aslan
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/mit-krb5/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/mit-krb5/ChangeLog b/app-crypt/mit-krb5/ChangeLog index bb6a5d52e09a..3b9837daa9d6 100644 --- a/app-crypt/mit-krb5/ChangeLog +++ b/app-crypt/mit-krb5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/mit-krb5 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.216 2010/04/30 22:17:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/ChangeLog,v 1.217 2010/05/01 14:43:06 darkside Exp $ + + 01 May 2010; Jeremy Olexa <darkside@gentoo.org> mit-krb5-1.8.1.ebuild: + Fix configure call, patch by Eray Aslan *mit-krb5-1.8.1 (30 Apr 2010) diff --git a/app-crypt/mit-krb5/mit-krb5-1.8.1.ebuild b/app-crypt/mit-krb5/mit-krb5-1.8.1.ebuild index 563440f7821a..13c6334bbc8a 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.8.1.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.8.1.ebuild,v 1.1 2010/04/30 22:17:14 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.8.1.ebuild,v 1.2 2010/05/01 14:43:06 darkside Exp $ EAPI="2" @@ -48,7 +48,7 @@ src_prepare() { src_configure() { append-flags "-I/usr/include/et" econf \ - $(use_enable ldap) \ + $(use_with ldap) \ --without-krb4 \ --enable-shared \ --with-system-et \ |