diff options
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-fileinfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php5/pecl-fileinfo/ChangeLog b/dev-php5/pecl-fileinfo/ChangeLog index ac75eea5ccd9..6f51c524dbd3 100644 --- a/dev-php5/pecl-fileinfo/ChangeLog +++ b/dev-php5/pecl-fileinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php5/pecl-fileinfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.26 2010/01/02 14:29:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.27 2010/01/05 16:24:13 jer Exp $ + + 05 Jan 2010; Jeroen Roovers <jer@gentoo.org> + pecl-fileinfo-1.0.4-r1.ebuild: + Stable for HPPA (bug #288043). 02 Jan 2010; Brent Baude <ranger@gentoo.org> pecl-fileinfo-1.0.4-r1.ebuild: diff --git a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild index 97365d590ea3..fdd2770fb6f7 100644 --- a/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild +++ b/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.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-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild,v 1.5 2010/01/02 14:29:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild,v 1.6 2010/01/05 16:24:13 jer Exp $ PHP_EXT_NAME="fileinfo" PHP_EXT_PECL_PKG="Fileinfo" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~amd64 ~hppa ~ppc ppc64 sparc x86" +KEYWORDS="~amd64 hppa ~ppc ppc64 sparc x86" DESCRIPTION="libmagic bindings for PHP." LICENSE="PHP-3" |