diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:29 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-24 02:20:29 +0000 |
commit | 44138ba961549ab50f699f699442c93faec9a9a0 (patch) | |
tree | a4811e8bca8a39a5e7ff10f3e11eb49e93c9b629 /app-crypt/krb5 | |
parent | ~ dep bug fix (typo) (diff) | |
download | historical-44138ba961549ab50f699f699442c93faec9a9a0.tar.gz historical-44138ba961549ab50f699f699442c93faec9a9a0.tar.bz2 historical-44138ba961549ab50f699f699442c93faec9a9a0.zip |
Various fixes
Diffstat (limited to 'app-crypt/krb5')
-rw-r--r-- | app-crypt/krb5/krb5-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/krb5/krb5-1.2.2.ebuild b/app-crypt/krb5/krb5-1.2.2.ebuild index 2c8498d40905..14e604e0c876 100644 --- a/app-crypt/krb5/krb5-1.2.2.ebuild +++ b/app-crypt/krb5/krb5-1.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Grant Goodyear <grant@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.1 2001/06/21 15:26:25 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2.ebuild,v 1.2 2001/06/24 02:20:29 achim Exp $ #P= A=${P}.tar.gz S=${WORKDIR}/${P} -SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${A1}" +SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${A}" DESCRIPTION="MIT Kerberos V (set up for pam)" HOMEPAGE="http://crypto-publish.org" |