diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-07-04 23:19:27 +0000 |
commit | 76ed74800fb0652fef1c2f525614710f3aea6736 (patch) | |
tree | 9454a264e65a5c3c4b1db372bd8b86cce86bcbd9 /dev-php/PECL-sqlite | |
parent | Fixed typo, closes bug #56049 (Manifest recommit) (diff) | |
download | gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.gz gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.tar.bz2 gentoo-2-76ed74800fb0652fef1c2f525614710f3aea6736.zip |
stable on x86.
Diffstat (limited to 'dev-php/PECL-sqlite')
-rw-r--r-- | dev-php/PECL-sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PECL-sqlite/ChangeLog b/dev-php/PECL-sqlite/ChangeLog index 09eceb66d1a2..ef2771844b0e 100644 --- a/dev-php/PECL-sqlite/ChangeLog +++ b/dev-php/PECL-sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PECL-sqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.7 2004/06/25 01:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.8 2004/07/04 23:19:27 robbat2 Exp $ + + 04 Jul 2004; Robin H. Johnson <robbat2@gentoo.org> PECL-sqlite-1.0.2.ebuild: + stable on x86. 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> PECL-sqlite-1.0.2.ebuild: Stable on alpha. diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild index 7bd5b097051e..35910480f0b8 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild,v 1.3 2004/06/25 01:22:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.2.ebuild,v 1.4 2004/07/04 23:19:27 robbat2 Exp $ PHP_EXT_ZENDEXT="no" PHP_EXT_INI="yes" @@ -16,7 +16,7 @@ DESCRIPTION="PHP bindings for the SQLite database engine" HOMEPAGE="http://pear.php.net/SQLite" SLOT="0" LICENSE="PHP" -KEYWORDS="~x86 ~ppc alpha ~sparc" +KEYWORDS="x86 ~ppc alpha ~sparc" src_compile() { php-ext-pecl_src_compile |