diff options
-rw-r--r-- | dev-php4/pecl-yaz/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php4/pecl-yaz/ChangeLog b/dev-php4/pecl-yaz/ChangeLog index 66a1d5afa14f..b58721da4217 100644 --- a/dev-php4/pecl-yaz/ChangeLog +++ b/dev-php4/pecl-yaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php4/pecl-yaz -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.5 2005/11/25 15:31:00 chtekk Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/ChangeLog,v 1.6 2006/01/18 20:26:59 corsair Exp $ + + 18 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-yaz-1.0.4.ebuild: + Stable on ppc64; bug #119451 25 Nov 2005; Luca Longinotti <chtekk@gentoo.org> pecl-yaz-1.0.4.ebuild: Fix var ordering. diff --git a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild index 8cf1286f65e9..b2145d0b3929 100644 --- a/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild +++ b/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.8 2005/11/25 15:31:00 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-yaz/pecl-yaz-1.0.4.ebuild,v 1.9 2006/01/18 20:26:59 corsair Exp $ PHP_EXT_NAME="yaz" PHP_EXT_INI="yes" @@ -8,7 +8,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit." LICENSE="PHP" SLOT="0" |