diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-19 17:15:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-19 17:15:30 +0000 |
commit | 28539b3da25788f7df5d255d3fa949b00db9c8be (patch) | |
tree | 25bd982e7b3dfa156575dcf4b6e07286be8de376 /net-libs | |
parent | stable sparc amd64 (diff) | |
download | gentoo-2-28539b3da25788f7df5d255d3fa949b00db9c8be.tar.gz gentoo-2-28539b3da25788f7df5d255d3fa949b00db9c8be.tar.bz2 gentoo-2-28539b3da25788f7df5d255d3fa949b00db9c8be.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libgsasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog index d178436b8b60..8f7e15683c18 100644 --- a/net-libs/libgsasl/ChangeLog +++ b/net-libs/libgsasl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libgsasl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.22 2005/04/19 17:08:41 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.23 2005/04/19 17:15:30 corsair Exp $ + + 19 Apr 2005; Markus Rothe <corsair@gentoo.org> libgsasl-0.2.4.ebuild: + Stable on ppc64 19 Apr 2005; Tom Martin <slarti@gentoo.org> libgsasl-0.2.4.ebuild: Stable on amd64 and sparc. diff --git a/net-libs/libgsasl/libgsasl-0.2.4.ebuild b/net-libs/libgsasl/libgsasl-0.2.4.ebuild index 14dd888682ed..f0689243b9f9 100644 --- a/net-libs/libgsasl/libgsasl-0.2.4.ebuild +++ b/net-libs/libgsasl/libgsasl-0.2.4.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-libs/libgsasl/libgsasl-0.2.4.ebuild,v 1.4 2005/04/19 17:08:41 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.2.4.ebuild,v 1.5 2005/04/19 17:15:30 corsair Exp $ DESCRIPTION="The GNU SASL library" HOMEPAGE="http://www.gnu.org/software/gsasl/" @@ -9,7 +9,7 @@ LICENSE="LGPL-2.1" SLOT="0" # TODO: check http://www.gnu.org/software/gsasl/#dependencies for more # optional external libraries. -KEYWORDS="~x86 amd64 ~ppc ~ppc64 sparc ~alpha" +KEYWORDS="~x86 amd64 ~ppc ppc64 sparc ~alpha" IUSE="kerberos nls static" PROVIDE="virtual/gsasl" DEPEND="virtual/libc |