diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-06-27 20:33:09 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-06-27 20:33:09 +0000 |
commit | 42af9e5d2877dbc211215261462954f403b8b78a (patch) | |
tree | 9a91c03fe6a6d5782686d74822091a6b9e7a975f /app-crypt/heimdal | |
parent | stable x86 and amd64 because of bug 96727 (diff) | |
download | historical-42af9e5d2877dbc211215261462954f403b8b78a.tar.gz historical-42af9e5d2877dbc211215261462954f403b8b78a.tar.bz2 historical-42af9e5d2877dbc211215261462954f403b8b78a.zip |
stable x86 and amd64 because of bug 96727
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 47d81db3cde7..7588e8d29ab5 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.75 2005/06/24 20:26:16 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.76 2005/06/27 20:33:09 seemant Exp $ + + 27 Jun 2005; Seemant Kulleen <seemant@gentoo.org> heimdal-0.6.5.ebuild: + stable x86 and amd64 because of bug 96727 24 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> +files/krb4-build.patch, heimdal-0.6.5.ebuild: diff --git a/app-crypt/heimdal/heimdal-0.6.5.ebuild b/app-crypt/heimdal/heimdal-0.6.5.ebuild index ae3ee669fc4a..1a18d292c067 100644 --- a/app-crypt/heimdal/heimdal-0.6.5.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.5.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.5.ebuild,v 1.4 2005/06/24 20:26:16 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.5.ebuild,v 1.5 2005/06/27 20:33:09 seemant Exp $ inherit libtool eutils virtualx toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ppc sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc sparc x86" IUSE="ssl berkdb ipv6 krb4 ldap X" RDEPEND="ssl? ( dev-libs/openssl ) |