summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-03-14 23:08:05 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-03-14 23:08:05 +0000
commita7f33eedc92ef9c6564a9d412b2245cee99e6ec1 (patch)
tree0cf4e0921d3545f920570ad1bbb1e0a5ab5b5b19 /app-crypt
parentMarking stable as this was the version used to build 2006.0 and fixes quite a... (diff)
downloadgentoo-2-a7f33eedc92ef9c6564a9d412b2245cee99e6ec1.tar.gz
gentoo-2-a7f33eedc92ef9c6564a9d412b2245cee99e6ec1.tar.bz2
gentoo-2-a7f33eedc92ef9c6564a9d412b2245cee99e6ec1.zip
Stable on amd64. See bug #121839.
(Portage version: 2.1_pre6-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog5
-rw-r--r--app-crypt/heimdal/heimdal-0.7.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index ce9823daf842..487b31003c1a 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/heimdal
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.94 2006/03/14 16:43:31 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.95 2006/03/14 23:08:05 metalgod Exp $
+
+ 14 Mar 2006; Luis Medinas <metalgod@gentoo.org> heimdal-0.7.2.ebuild:
+ Stable on amd64. See bug #121839.
14 Mar 2006; Fernando J. Pereda <ferdy@gentoo.org> heimdal-0.7.2.ebuild:
Stable on alpha wrt security bug #121839
diff --git a/app-crypt/heimdal/heimdal-0.7.2.ebuild b/app-crypt/heimdal/heimdal-0.7.2.ebuild
index c665a2883972..a21feaa7ea4f 100644
--- a/app-crypt/heimdal/heimdal-0.7.2.ebuild
+++ b/app-crypt/heimdal/heimdal-0.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.4 2006/03/14 16:43:31 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2.ebuild,v 1.5 2006/03/14 23:08:05 metalgod Exp $
inherit autotools libtool eutils virtualx toolchain-funcs
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz
LICENSE="as-is"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc x86"
IUSE="ssl berkdb ipv6 krb4 ldap X"
RDEPEND="ssl? ( dev-libs/openssl )