diff options
-rw-r--r-- | dev-php5/pecl-fileinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-fileinfo/ChangeLog b/dev-php5/pecl-fileinfo/ChangeLog index a7de83309071..0d554133aed7 100644 --- a/dev-php5/pecl-fileinfo/ChangeLog +++ b/dev-php5/pecl-fileinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-fileinfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.34 2011/05/02 15:47:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.35 2011/05/14 14:33:51 tomka Exp $ + + 14 May 2011; Thomas Kahle <tomka@gentoo.org> pecl-fileinfo-1.0.4-r2.ebuild: + x86 stable per bug 363811 02 May 2011; Jeroen Roovers <jer@gentoo.org> pecl-fileinfo-1.0.4-r2.ebuild: Stable for HPPA (bug #363811). diff --git a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild index d02dec4bf9fe..51a180145a68 100644 --- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild +++ b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild,v 1.5 2011/05/02 15:47:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r2.ebuild,v 1.6 2011/05/14 14:33:51 tomka Exp $ EAPI="3" @@ -14,7 +14,7 @@ USE_PHP="php5-2" inherit php-ext-pecl-r2 -KEYWORDS="amd64 hppa ~x86" +KEYWORDS="amd64 hppa x86" DESCRIPTION="libmagic bindings for PHP." LICENSE="PHP-3" |