diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-22 17:16:02 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-22 17:16:02 +0000 |
commit | 600c208e9dada07dd9ac6353da3d7429ef09b116 (patch) | |
tree | 412ec01cb5c09d4fa3419c6c5651cd766eb0fc16 /net-misc/gsasl | |
parent | Stable on x86. (diff) | |
download | gentoo-2-600c208e9dada07dd9ac6353da3d7429ef09b116.tar.gz gentoo-2-600c208e9dada07dd9ac6353da3d7429ef09b116.tar.bz2 gentoo-2-600c208e9dada07dd9ac6353da3d7429ef09b116.zip |
Stable on x86.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/gsasl/gsasl-0.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/gsasl/ChangeLog b/net-misc/gsasl/ChangeLog index 342a26cf3a84..3e6be4277402 100644 --- a/net-misc/gsasl/ChangeLog +++ b/net-misc/gsasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/gsasl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.12 2005/01/22 16:56:48 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/ChangeLog,v 1.13 2005/01/22 17:16:02 ticho Exp $ + + 22 Jan 2005; Andrej Kacian <ticho@gentoo.org> gsasl-0.2.3.ebuild: + Stable on x86. 22 Jan 2005; Lars Weiler <pylon@gentoo.org> gsasl-0.2.3.ebuild: Stable on ppc. diff --git a/net-misc/gsasl/gsasl-0.2.3.ebuild b/net-misc/gsasl/gsasl-0.2.3.ebuild index 42b8e5979df6..093859fb7c7a 100644 --- a/net-misc/gsasl/gsasl-0.2.3.ebuild +++ b/net-misc/gsasl/gsasl-0.2.3.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/net-misc/gsasl/gsasl-0.2.3.ebuild,v 1.3 2005/01/22 16:56:48 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsasl/gsasl-0.2.3.ebuild,v 1.4 2005/01/22 17:16:02 ticho Exp $ DESCRIPTION="The GNU SASL client, server, and library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -10,7 +10,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 doc" PROVIDE="virtual/gsasl" DEPEND="virtual/libc |