summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-04-27 19:37:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-04-27 19:37:21 +0000
commit49fa27ac1fb0b1bc17c45981e9a3c063cbb9d361 (patch)
treeb13bbf01cd06b6dc9db8e71a46ca97e8245f955b /app-crypt
parentStable on amd64. (diff)
downloadhistorical-49fa27ac1fb0b1bc17c45981e9a3c063cbb9d361.tar.gz
historical-49fa27ac1fb0b1bc17c45981e9a3c063cbb9d361.tar.bz2
historical-49fa27ac1fb0b1bc17c45981e9a3c063cbb9d361.zip
clean up syntax
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog5
-rw-r--r--app-crypt/heimdal/Manifest4
-rw-r--r--app-crypt/heimdal/heimdal-0.6.4.ebuild4
3 files changed, 8 insertions, 5 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/Manifest b/app-crypt/heimdal/Manifest
index fa94f04f5b7e..5f055f31b84d 100644
--- a/app-crypt/heimdal/Manifest
+++ b/app-crypt/heimdal/Manifest
@@ -1,7 +1,7 @@
-MD5 4f7c3dd0ac2fd4305988d4de37fb6d35 ChangeLog 9800
+MD5 eeaf6409c5177f14cc3d88a7bd377a66 ChangeLog 9893
MD5 6c9cbfc951ebeca1a88d8722de4dde80 metadata.xml 231
MD5 ef2f60bdf59f43caed1f133f8a25bf64 heimdal-0.6.3-r1.ebuild 3150
-MD5 7c9eb51fdd654136a4c53a4a9dfac21d heimdal-0.6.4.ebuild 2818
+MD5 36d2a6d08dbd4d3ad88b020e6259aad8 heimdal-0.6.4.ebuild 2806
MD5 12c2f086658ad67e3ddaf1340cb9405a files/01heimdal 125
MD5 2ef8e452d46ff88fdca9321e7371ee73 files/heimdal-0.6.3-berkdb.patch.bz2 361
MD5 aef635716540deadcfca7b31b2689d11 files/heimdal-0.6.3-fPIC.patch.bz2 316
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"