diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-01-16 00:18:43 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-01-16 00:18:43 +0000 |
commit | 2fc8fae2226ce2309ffa9625f103ee8de22b5bf8 (patch) | |
tree | 43126ff85da28d3aa04849c25cff2d1012a58e6c /dev-php5 | |
parent | Add missing app-arch/unzip DEPEND for bug #205857. (diff) | |
download | gentoo-2-2fc8fae2226ce2309ffa9625f103ee8de22b5bf8.tar.gz gentoo-2-2fc8fae2226ce2309ffa9625f103ee8de22b5bf8.tar.bz2 gentoo-2-2fc8fae2226ce2309ffa9625f103ee8de22b5bf8.zip |
pecl-htscanner stable on amd64.
(Portage version: 2.1.4)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-htscanner/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php5/pecl-htscanner/ChangeLog b/dev-php5/pecl-htscanner/ChangeLog index ef6e1e896708..56d127082815 100644 --- a/dev-php5/pecl-htscanner/ChangeLog +++ b/dev-php5/pecl-htscanner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-htscanner # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.4 2008/01/09 20:33:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/ChangeLog,v 1.5 2008/01/16 00:18:43 hanno Exp $ + + 16 Jan 2008; Hanno Boeck <hanno@gentoo.org> pecl-htscanner-0.8.1.ebuild: + Stable on amd64. 09 Jan 2008; Markus Meier <maekke@gentoo.org> pecl-htscanner-0.8.1.ebuild: x86 stable, bug #205110 diff --git a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild index efa5d704cec5..54d8e6d5c01b 100644 --- a/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild +++ b/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.4 2008/01/09 20:33:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-htscanner/pecl-htscanner-0.8.1.ebuild,v 1.5 2008/01/16 00:18:43 hanno Exp $ PHP_EXT_NAME="htscanner" PHP_EXT_INI="yes" @@ -10,7 +10,7 @@ PHPSAPILIST="cgi" inherit php-ext-pecl-r1 eutils depend.php php-ext-base-r1 -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" DESCRIPTION="Enables .htaccess options for php-scripts running as cgi." LICENSE="PHP-3" |