diff options
author | 2002-03-06 18:55:22 +0000 | |
---|---|---|
committer | 2002-03-06 18:55:22 +0000 | |
commit | 149c8eb93ca9757fec52edd96f7540fdd8e508c4 (patch) | |
tree | 53ada6127917af426f55bcc99b4cb37379e49d09 /app-crypt/heimdal | |
parent | Fixed bug #980 (diff) | |
download | gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.gz gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.tar.bz2 gentoo-2-149c8eb93ca9757fec52edd96f7540fdd8e508c4.zip |
Dependency audit and fixes of bad syntaxes
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-0.4e-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild index 09526f6b61cf..b89223853f41 100644 --- a/app-crypt/heimdal/heimdal-0.4e-r1.ebuild +++ b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.1 2002/01/07 09:54:27 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.2 2002/03/06 18:55:22 gbevin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kerberos 5 implementation from KTH" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" DEPEND="virtual/glibc >=app-crypt/kth-krb-1.1-r1 - ssl? ( dev-libs/openssl-0.9.6b ) + ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) berkdb? ( sys-libs/db )" |