diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-28 15:38:11 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-28 15:38:11 +0000 |
commit | d79014d469a131c470d871ed9b53c308cd017aac (patch) | |
tree | 20a52aabb11f51c838c30f84cb2350134fef7bc6 /dev-php4 | |
parent | Fixed ssl support, thanks to exg for hint (diff) | |
download | gentoo-2-d79014d469a131c470d871ed9b53c308cd017aac.tar.gz gentoo-2-d79014d469a131c470d871ed9b53c308cd017aac.tar.bz2 gentoo-2-d79014d469a131c470d871ed9b53c308cd017aac.zip |
Keyworded ~hppa
(Portage version: 2.0.54)
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.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php4/pecl-fileinfo/ChangeLog b/dev-php4/pecl-fileinfo/ChangeLog index 30eca0a927ff..d38f111bcc1c 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.10 2006/02/08 22:37:19 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.11 2006/03/28 15:38:11 gustavoz Exp $ + + 28 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + pecl-fileinfo-1.0.3.ebuild: + Keyworded ~hppa 08 Feb 2006; Mark Loeser <halcy0n@gentoo.org> pecl-fileinfo-1.0.3.ebuild: Stable on x86; bug #120460 diff --git a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild index 43c88dda86ed..cc5c7f2a12c4 100644 --- a/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild +++ b/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.3.ebuild,v 1.6 2006/02/08 22:37:19 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild,v 1.7 2006/03/28 15:38:11 gustavoz 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 ppc ppc64 sparc x86" +KEYWORDS="~amd64 ~hppa ppc ppc64 sparc x86" DESCRIPTION="libmagic bindings for PHP." LICENSE="PHP" SLOT="0" |