diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-20 14:17:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-20 14:17:53 +0000 |
commit | c55c1eb985e3e9d5e8bd8d9c19fc7fed2a41a157 (patch) | |
tree | e07980817dca9996f9213348c5cdf49f3408f18f /dev-php5 | |
parent | Stable on amd64 wrt bug #336869 (diff) | |
download | gentoo-2-c55c1eb985e3e9d5e8bd8d9c19fc7fed2a41a157.tar.gz gentoo-2-c55c1eb985e3e9d5e8bd8d9c19fc7fed2a41a157.tar.bz2 gentoo-2-c55c1eb985e3e9d5e8bd8d9c19fc7fed2a41a157.zip |
Stable on amd64 wrt bug #336869
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-syck/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-syck/ChangeLog b/dev-php5/pecl-syck/ChangeLog index 493de77a54dc..30db312196dd 100644 --- a/dev-php5/pecl-syck/ChangeLog +++ b/dev-php5/pecl-syck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-syck # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.19 2010/10/14 15:37:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/ChangeLog,v 1.20 2010/10/20 14:17:53 hwoarang Exp $ + + 20 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pecl-syck-0.9.3.ebuild: + Stable on amd64 wrt bug #336869 14 Oct 2010; Christian Faulhammer <fauli@gentoo.org> pecl-syck-0.9.3.ebuild: diff --git a/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild b/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild index 95bc94543c92..b98bf94d759f 100644 --- a/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild +++ b/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild,v 1.2 2010/10/14 15:37:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-syck/pecl-syck-0.9.3.ebuild,v 1.3 2010/10/20 14:17:53 hwoarang Exp $ EAPI="2" @@ -11,7 +11,7 @@ DOCS="CHANGELOG TODO" inherit php-ext-pecl-r1 depend.php -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" DESCRIPTION="PHP bindings for Syck - reads and writes YAML with it." LICENSE="PHP-3.01" |