diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2004-07-09 17:50:16 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2004-07-09 17:50:16 +0000 |
commit | f583f9b8210928989f16f29f20e9880d123aec5a (patch) | |
tree | 64bfa55383b043563164beb0ce98e95165552f77 /net-libs/libgsasl | |
parent | better init, used the muc tecnic (diff) | |
download | gentoo-2-f583f9b8210928989f16f29f20e9880d123aec5a.tar.gz gentoo-2-f583f9b8210928989f16f29f20e9880d123aec5a.tar.bz2 gentoo-2-f583f9b8210928989f16f29f20e9880d123aec5a.zip |
Added to ~ppc.
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r-- | net-libs/libgsasl/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libgsasl/libgsasl-0.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libgsasl/ChangeLog b/net-libs/libgsasl/ChangeLog index 9806ca383b11..4cba144c1b24 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.4 2004/07/07 19:05:51 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/ChangeLog,v 1.5 2004/07/09 17:50:16 hansmi Exp $ + + 09 Jul 2004; Michael Hanselmann <hansmi@gentoo.org> libgsasl-0.1.1.ebuild: + Added to ~ppc. 07 Jul 2004; Tom Martin <slarti@gentoo.org> libgsasl-0.1.1.ebuild: Added to ~amd64. diff --git a/net-libs/libgsasl/libgsasl-0.1.1.ebuild b/net-libs/libgsasl/libgsasl-0.1.1.ebuild index 2a7e23d082b5..38e7929a1ed0 100644 --- a/net-libs/libgsasl/libgsasl-0.1.1.ebuild +++ b/net-libs/libgsasl/libgsasl-0.1.1.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.1.ebuild,v 1.3 2004/07/07 19:05:51 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgsasl/libgsasl-0.1.1.ebuild,v 1.4 2004/07/09 17:50:16 hansmi 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" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="kerberos nls static" PROVIDE="virtual/gsasl" DEPEND="virtual/libc |