diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-05-24 19:38:14 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-05-24 19:38:14 +0000 |
commit | 1c094292e8ef93070132499d0b70e19f45358768 (patch) | |
tree | a9ab74aa3f7b2eacf5f58ae3dfa2b599bd200af4 /dev-php4 | |
parent | x86/amd64 stable, bug 165352 (diff) | |
download | gentoo-2-1c094292e8ef93070132499d0b70e19f45358768.tar.gz gentoo-2-1c094292e8ef93070132499d0b70e19f45358768.tar.bz2 gentoo-2-1c094292e8ef93070132499d0b70e19f45358768.zip |
x86/amd64 stable, bug 176542
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-fileinfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/pecl-fileinfo/ChangeLog b/dev-php4/pecl-fileinfo/ChangeLog index 79cec9d5ecc8..dac312a52969 100644 --- a/dev-php4/pecl-fileinfo/ChangeLog +++ b/dev-php4/pecl-fileinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php4/pecl-fileinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.16 2007/05/23 20:38:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.17 2007/05/24 19:38:14 opfer Exp $ + + 24 May 2007; Christian Faulhammer <opfer@gentoo.org> + pecl-fileinfo-1.0.4.ebuild: + x86/amd64 stable, bug 176542 23 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> pecl-fileinfo-1.0.4.ebuild: diff --git a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild index 25c29479531a..9f5bd7fe2417 100644 --- a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild +++ b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild,v 1.3 2007/05/23 20:38:24 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.4.ebuild,v 1.4 2007/05/24 19:38:14 opfer 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" |