diff options
author | 2005-04-27 19:37:21 +0000 | |
---|---|---|
committer | 2005-04-27 19:37:21 +0000 | |
commit | 9508f7d4f4506f81a36a111fe3442abe0c209f08 (patch) | |
tree | 11d0d9e87cc290afc2210903a2155d625307c9a2 /app-crypt/heimdal | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-9508f7d4f4506f81a36a111fe3442abe0c209f08.tar.gz gentoo-2-9508f7d4f4506f81a36a111fe3442abe0c209f08.tar.bz2 gentoo-2-9508f7d4f4506f81a36a111fe3442abe0c209f08.zip |
clean up syntax
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index c8375d4eb2da..de2468758b45 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.64 2005/04/27 18:20:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.65 2005/04/27 19:37:21 seemant Exp $ + + 27 Apr 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.6.4.ebuild: + clean up syntax 27 Apr 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.6.4.ebuild: stable on x86 diff --git a/app-crypt/heimdal/heimdal-0.6.4.ebuild b/app-crypt/heimdal/heimdal-0.6.4.ebuild index 8c601b534c94..62413d5e0c38 100644 --- a/app-crypt/heimdal/heimdal-0.6.4.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.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/heimdal/heimdal-0.6.4.ebuild,v 1.5 2005/04/27 18:20:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.4.ebuild,v 1.6 2005/04/27 19:37:21 seemant Exp $ inherit libtool eutils @@ -58,7 +58,7 @@ src_compile() { --libexecdir=/usr/sbin" use krb4 \ - && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" + && myconf="${myconf} --with-krb4-config=/usr/athena/bin/krb4-config" use ldap && myconf="${myconf} --with-openldap=/usr" |