diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-09-15 19:07:38 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-09-15 19:07:38 +0000 |
commit | 7067b8f196d27cae34e01ffbd3d765abb9c7d0a2 (patch) | |
tree | 1a710b5c4f3d3a7a8cce82dbb281c96aeed5490a /app-crypt | |
parent | Fix java detection in executeable. (Manifest recommit) (diff) | |
download | gentoo-2-7067b8f196d27cae34e01ffbd3d765abb9c7d0a2.tar.gz gentoo-2-7067b8f196d27cae34e01ffbd3d765abb9c7d0a2.tar.bz2 gentoo-2-7067b8f196d27cae34e01ffbd3d765abb9c7d0a2.zip |
Stable on hppa.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 12ab0b6953b5..fe4620ff3480 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.50 2004/09/15 00:32:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.51 2004/09/15 19:07:38 gmsoft Exp $ + + 15 Sep 2004; Guy Martin <gmsoft@gentoo.org> heimdal-0.6.3.ebuild: + Stable on hppa. 14 Sep 2004; Jason Wever <weeve@gentoo.org> heimdal-0.6.3.ebuild: Stable on sparc wrt security bug #61412. diff --git a/app-crypt/heimdal/heimdal-0.6.3.ebuild b/app-crypt/heimdal/heimdal-0.6.3.ebuild index a60e8b086522..21d7340c19cf 100644 --- a/app-crypt/heimdal/heimdal-0.6.3.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.5 2004/09/15 00:32:24 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.6 2004/09/15 19:07:38 gmsoft Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 sparc ppc ~alpha ~ia64 amd64 ~hppa ~mips" +KEYWORDS="~x86 sparc ppc ~alpha ~ia64 amd64 hppa ~mips" IUSE="ssl berkdb ipv6 krb4 ldap" PROVIDE="virtual/krb5" |