diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2002-01-07 09:54:27 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2002-01-07 09:54:27 +0000 |
commit | 27fd9bcce0b3605fb5ab494d92eb6c6b6800eee9 (patch) | |
tree | 2a4b83aabbd4cd7d23ed20c9eeed80b236820f52 /app-crypt | |
parent | removed old version, new version builds correctly with ssl-des support, also ... (diff) | |
download | historical-27fd9bcce0b3605fb5ab494d92eb6c6b6800eee9.tar.gz historical-27fd9bcce0b3605fb5ab494d92eb6c6b6800eee9.tar.bz2 historical-27fd9bcce0b3605fb5ab494d92eb6c6b6800eee9.zip |
depend on new kth-krb
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/files/digest-heimdal-0.4e-r1 (renamed from app-crypt/heimdal/files/digest-heimdal-0.4e) | 0 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.4e-r1.ebuild (renamed from app-crypt/heimdal/heimdal-0.4e.ebuild) | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/heimdal/files/digest-heimdal-0.4e b/app-crypt/heimdal/files/digest-heimdal-0.4e-r1 index b2bfa8751a0e..b2bfa8751a0e 100644 --- a/app-crypt/heimdal/files/digest-heimdal-0.4e +++ b/app-crypt/heimdal/files/digest-heimdal-0.4e-r1 diff --git a/app-crypt/heimdal/heimdal-0.4e.ebuild b/app-crypt/heimdal/heimdal-0.4e-r1.ebuild index 044b920f7f58..09526f6b61cf 100644 --- a/app-crypt/heimdal/heimdal-0.4e.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.ebuild,v 1.1 2001/12/31 00:48:22 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.4e-r1.ebuild,v 1.1 2002/01/07 09:54:27 hallski Exp $ S=${WORKDIR}/${P} DESCRIPTION="Kerberos 5 implementation from KTH" @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.pdc.kth.se/pub/${PN}/src/${P}.tar.gz" HOMEPAGE="http://www.pdc.kth.se/heimdal/" DEPEND="virtual/glibc - >=app-crypt/kth-krb-1.1 + >=app-crypt/kth-krb-1.1-r1 ssl? ( dev-libs/openssl-0.9.6b ) ldap? ( net-nds/openldap ) berkdb? ( sys-libs/db )" |