diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-03 20:29:59 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-03 20:29:59 +0000 |
commit | 0ffb9da66101009a85322575c1c0f0fe91b4ba90 (patch) | |
tree | f385c45a0147d88add68ba29df7573f6349d8721 /dev-php/PECL-sqlite | |
parent | Left the ChangeLog behind... (diff) | |
download | historical-0ffb9da66101009a85322575c1c0f0fe91b4ba90.tar.gz historical-0ffb9da66101009a85322575c1c0f0fe91b4ba90.tar.bz2 historical-0ffb9da66101009a85322575c1c0f0fe91b4ba90.zip |
add ~ia64 #56295
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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PECL-sqlite/ChangeLog b/dev-php/PECL-sqlite/ChangeLog index 636f87e48d2e..1ac510dbbce0 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.10 2004/08/01 15:05:47 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/ChangeLog,v 1.11 2004/08/03 20:28:37 agriffis Exp $ + + 03 Aug 2004; <agriffis@gentoo.org> PECL-sqlite-1.0.3.ebuild: + add ~ia64 #56295 *PECL-sqlite-1.0.3 (01 Aug 2004) diff --git a/dev-php/PECL-sqlite/PECL-sqlite-1.0.3.ebuild b/dev-php/PECL-sqlite/PECL-sqlite-1.0.3.ebuild index 96f42f41e076..0e46ae7f0a54 100644 --- a/dev-php/PECL-sqlite/PECL-sqlite-1.0.3.ebuild +++ b/dev-php/PECL-sqlite/PECL-sqlite-1.0.3.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.3.ebuild,v 1.1 2004/08/01 15:05:47 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PECL-sqlite/PECL-sqlite-1.0.3.ebuild,v 1.2 2004/08/03 20:28:37 agriffis 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 ~alpha ~sparc ~ppc" +KEYWORDS="~x86 ~alpha ~sparc ~ppc ~ia64" src_compile() { if has_version ">=virtual/php-5.0.0"; then |