diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-11-27 12:34:15 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-11-27 12:34:15 +0000 |
commit | c704ff61cff03840eef59cc0325b8d3d377d8744 (patch) | |
tree | f149390cf7e6a6c440df22b13376477436390bcc /net-libs | |
parent | remove older vulnerable versions (Manifest recommit) (diff) | |
download | gentoo-2-c704ff61cff03840eef59cc0325b8d3d377d8744.tar.gz gentoo-2-c704ff61cff03840eef59cc0325b8d3d377d8744.tar.bz2 gentoo-2-c704ff61cff03840eef59cc0325b8d3d377d8744.zip |
Stable on x86.
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libgsasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog index 9bf82e162d48..c7e238d83a56 100644 --- a/net-libs/libgsasl/ChangeLog +++ b/net-libs/libgsasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libgsasl # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.7 2004/11/13 13:44:24 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.8 2004/11/27 12:34:15 ticho Exp $ + + 27 Nov 2004; Andrej Kacian <ticho@gentoo.org> libgsasl-0.1.4.ebuild: + Stable on x86. *libgsasl-0.2.0 (13 Nov 2004) diff --git a/net-libs/libgsasl/libgsasl-0.1.4.ebuild b/net-libs/libgsasl/libgsasl-0.1.4.ebuild index 567da34c3e62..2ae3cec1a7fb 100644 --- a/net-libs/libgsasl/libgsasl-0.1.4.ebuild +++ b/net-libs/libgsasl/libgsasl-0.1.4.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/net-libs/libgsasl/libgsasl-0.1.4.ebuild,v 1.2 2004/11/13 13:44:24 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.1.4.ebuild,v 1.3 2004/11/27 12:34:15 ticho Exp $ DESCRIPTION="The GNU SASL library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -11,7 +11,7 @@ SLOT="0" # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more # optional external libraries. # KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -KEYWORDS="~x86 amd64 ppc" +KEYWORDS="x86 amd64 ppc" IUSE="kerberos nls static" PROVIDE="virtual/gsasl" DEPEND="virtual/libc |