diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-01-02 17:58:24 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-01-02 17:58:24 +0000 |
commit | 571619cb327de914effd0c0f73e9b0371c138889 (patch) | |
tree | 1265ac915b6b30e8a95cbf728b24f89c5b89dd7b /dev-php5/pecl-yaz | |
parent | Stable on alpha, bug #349659 (diff) | |
download | gentoo-2-571619cb327de914effd0c0f73e9b0371c138889.tar.gz gentoo-2-571619cb327de914effd0c0f73e9b0371c138889.tar.bz2 gentoo-2-571619cb327de914effd0c0f73e9b0371c138889.zip |
Stable on alpha, bug #349659
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5/pecl-yaz')
-rw-r--r-- | dev-php5/pecl-yaz/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php5/pecl-yaz/ChangeLog b/dev-php5/pecl-yaz/ChangeLog index 62cc7d30310e..9ad8e3c6f5f1 100644 --- a/dev-php5/pecl-yaz/ChangeLog +++ b/dev-php5/pecl-yaz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-yaz -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.38 2010/12/28 19:29:02 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/ChangeLog,v 1.39 2011/01/02 17:58:24 klausman Exp $ + + 02 Jan 2011; Tobias Klausmann <klausman@gentoo.org> + pecl-yaz-1.0.14-r1.ebuild: + Stable on alpha, bug #349659 28 Dec 2010; Brent Baude <ranger@gentoo.org> pecl-yaz-1.0.14-r1.ebuild: Marking pecl-yaz-1.0.14-r1 ~ppc64 for bug 349659 diff --git a/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild b/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild index fd5e95a41ee9..b78cfa1fa94d 100644 --- a/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild +++ b/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild,v 1.5 2010/12/28 19:29:02 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-yaz/pecl-yaz-1.0.14-r1.ebuild,v 1.6 2011/01/02 17:58:24 klausman Exp $ EAPI=3 @@ -11,7 +11,7 @@ DOCS="README" inherit php-ext-pecl-r2 -KEYWORDS="~amd64 ~arm hppa ~ppc64 ~x86" +KEYWORDS="alpha ~amd64 ~arm hppa ~ppc64 ~x86" DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ toolkit." LICENSE="PHP-3" |