summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-06-18 20:12:21 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-06-18 20:12:21 +0000
commit7a19392e643e5064ab8b58fb3fdf3f113691ec22 (patch)
tree2c145e93379a82f375f9ef7a15a4ad6945f4c906 /net-libs/libgsasl
parentRemove old (diff)
downloadgentoo-2-7a19392e643e5064ab8b58fb3fdf3f113691ec22.tar.gz
gentoo-2-7a19392e643e5064ab8b58fb3fdf3f113691ec22.tar.bz2
gentoo-2-7a19392e643e5064ab8b58fb3fdf3f113691ec22.zip
Stable on amd64 wrt bug #370633
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r--net-libs/libgsasl/ChangeLog5
-rw-r--r--net-libs/libgsasl/libgsasl-1.6.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog
index 75490c956fbc..4a077f98fcf9 100644
--- a/net-libs/libgsasl/ChangeLog
+++ b/net-libs/libgsasl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/libgsasl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.59 2011/06/15 15:37:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.60 2011/06/18 20:12:21 hwoarang Exp $
+
+ 18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> libgsasl-1.6.1.ebuild:
+ Stable on amd64 wrt bug #370633
15 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libgsasl-1.6.1.ebuild:
x86 stable wrt bug #370633
diff --git a/net-libs/libgsasl/libgsasl-1.6.1.ebuild b/net-libs/libgsasl/libgsasl-1.6.1.ebuild
index 15de73f73e29..699bf17dd9c5 100644
--- a/net-libs/libgsasl/libgsasl-1.6.1.ebuild
+++ b/net-libs/libgsasl/libgsasl-1.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.6.1.ebuild,v 1.2 2011/06/15 15:37:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-1.6.1.ebuild,v 1.3 2011/06/18 20:12:21 hwoarang Exp $
EAPI="3"
@@ -14,7 +14,7 @@ SLOT="0"
# TODO: check http://www.gnu.org/software/gsasl/#dependencies for more
# optional external libraries.
# * ntlm - libntlm ( http://josefsson.org/libntlm/ )
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="idn gcrypt kerberos nls static-libs"
DEPEND="
gcrypt? ( dev-libs/libgcrypt )