diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-12-16 22:53:21 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-12-16 22:53:21 +0000 |
commit | db21717443f77099be7aa4630fd59d3c7b88ec7e (patch) | |
tree | 00560b0cf5e6e7f45c5a293b5c6df1f2f268d00e /dev-php5/pecl-fileinfo | |
parent | stable x86, bug 286927 (diff) | |
download | gentoo-2-db21717443f77099be7aa4630fd59d3c7b88ec7e.tar.gz gentoo-2-db21717443f77099be7aa4630fd59d3c7b88ec7e.tar.bz2 gentoo-2-db21717443f77099be7aa4630fd59d3c7b88ec7e.zip |
stable x86, bug 288043
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-php5/pecl-fileinfo')
-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 4796dfab2f81..ea4c62b57ea0 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.23 2009/12/16 16:56:22 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/ChangeLog,v 1.24 2009/12/16 22:53:21 fauli Exp $ + + 16 Dec 2009; Christian Faulhammer <fauli@gentoo.org> + pecl-fileinfo-1.0.4-r1.ebuild: + stable x86, bug 288043 *pecl-fileinfo-1.0.4-r1 (16 Dec 2009) 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 039650b8cbf1..993872c39b0c 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-2009 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.2 2009/12/16 17:03:29 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-fileinfo/pecl-fileinfo-1.0.4-r1.ebuild,v 1.3 2009/12/16 22:53:21 fauli 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" |