diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-03 18:13:18 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-02-03 18:13:18 +0000 |
commit | 6577c4e2dc4c83f99e66f88517e9cd840d58c782 (patch) | |
tree | 80d8d48edbdeeeb218a031f3552078947853c66b /dev-php4 | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-6577c4e2dc4c83f99e66f88517e9cd840d58c782.tar.gz gentoo-2-6577c4e2dc4c83f99e66f88517e9cd840d58c782.tar.bz2 gentoo-2-6577c4e2dc4c83f99e66f88517e9cd840d58c782.zip |
Added ppc keyword. bug 121460
(Portage version: 2.0.54)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-fileinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php4/pecl-fileinfo/ChangeLog b/dev-php4/pecl-fileinfo/ChangeLog index 08145943e064..3f37d9a388cb 100644 --- a/dev-php4/pecl-fileinfo/ChangeLog +++ b/dev-php4/pecl-fileinfo/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2006/01/28 19:18:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/ChangeLog,v 1.9 2006/02/03 18:11:30 nixnut Exp $ + + 03 Feb 2006; <nixnut@gentoo.org> pecl-fileinfo-1.0.3.ebuild: + Added ppc keyword. bug 121460 28 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-fileinfo-1.0.3.ebuild: Stable on ppc64; 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 b42b2c722587..0396bdbcb436 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.4 2006/01/28 19:18:35 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-fileinfo/pecl-fileinfo-1.0.3.ebuild,v 1.5 2006/02/03 18:11:30 nixnut 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 ppc ppc64 sparc ~x86" DESCRIPTION="libmagic bindings for PHP." LICENSE="PHP" SLOT="0" |