diff options
author | Michael McCabe <randy@gentoo.org> | 2004-05-12 02:54:26 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-05-12 02:54:26 +0000 |
commit | fbf0e281a73748dfb8674e03efb9d232384e7149 (patch) | |
tree | cb8959e03b0af397290d5da6a8fcead6e958316a /app-crypt/kth-krb | |
parent | Added s390 keywords (diff) | |
download | historical-fbf0e281a73748dfb8674e03efb9d232384e7149.tar.gz historical-fbf0e281a73748dfb8674e03efb9d232384e7149.tar.bz2 historical-fbf0e281a73748dfb8674e03efb9d232384e7149.zip |
Added s390 keywords
Diffstat (limited to 'app-crypt/kth-krb')
-rw-r--r-- | app-crypt/kth-krb/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/kth-krb/ChangeLog b/app-crypt/kth-krb/ChangeLog index 64b97029ab45..579e31538598 100644 --- a/app-crypt/kth-krb/ChangeLog +++ b/app-crypt/kth-krb/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-crypt/kth-krb # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.22 2004/05/10 11:43:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/ChangeLog,v 1.23 2004/05/12 02:52:36 randy Exp $ *kth-krb-1.2.2-r2 (10 May 2004) @@ -8,6 +8,9 @@ + Added fPIC patch to allow heimdal to link to kth-krb libs. + Added berkdb patch for newer versions of berkdb. + 11 May 2004; Michael McCabe <randy@gentoo.org> kth-krb-1.2.2-r1.ebuild: + Added s390 keywords + 30 Apr 2004; Ryan Phillips <rphillips@gentoo.org> kth-krb-1.2.2-r1.ebuild: Added Weeve's patch for a sandbox violation diff --git a/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild index c0b844b57660..51ec11d36754 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild,v 1.10 2004/05/01 19:35:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r1.ebuild,v 1.11 2004/05/12 02:52:36 randy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc alpha ia64 amd64" +KEYWORDS="x86 ppc sparc alpha ia64 amd64 s390" IUSE="ssl afs" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) diff --git a/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild index 353d0607513e..f16988593d5d 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild,v 1.1 2004/05/10 11:43:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.2-r2.ebuild,v 1.2 2004/05/12 02:54:26 randy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc alpha ia64 amd64" +KEYWORDS="x86 ppc sparc alpha ia64 amd64 s390" IUSE="ssl afs" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) |