diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-18 20:36:54 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-18 20:36:54 +0000 |
commit | 3c77164826de491982db593f1ec4ad5712af5914 (patch) | |
tree | 9fc75e29be37fb0f5c32466dc37a4c3c4b2be00c /dev-php5/pecl-pdo | |
parent | Stable on ppc64; bug #119459 (diff) | |
download | historical-3c77164826de491982db593f1ec4ad5712af5914.tar.gz historical-3c77164826de491982db593f1ec4ad5712af5914.tar.bz2 historical-3c77164826de491982db593f1ec4ad5712af5914.zip |
Stable on ppc64; bug #119453
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-php5/pecl-pdo')
-rw-r--r-- | dev-php5/pecl-pdo/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php5/pecl-pdo/ChangeLog b/dev-php5/pecl-pdo/ChangeLog index d51b6838e583..18b65b07ffef 100644 --- a/dev-php5/pecl-pdo/ChangeLog +++ b/dev-php5/pecl-pdo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/pecl-pdo -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo/ChangeLog,v 1.7 2005/12/21 19:21:46 chtekk Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo/ChangeLog,v 1.8 2006/01/18 20:36:54 corsair Exp $ + + 18 Jan 2006; Markus Rothe <corsair@gentoo.org> pecl-pdo-1.0.2.ebuild: + Stable on ppc64; bug #119453 21 Dec 2005; Luca Longinotti <chtekk@gentoo.org> pecl-pdo-1.0.2.ebuild: Remove firebird USE flag, pecl-pdo-firebird will be masked. diff --git a/dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild b/dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild index 340d373d8028..de7ef56210f5 100644 --- a/dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild +++ b/dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild,v 1.2 2005/12/21 19:21:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-pdo/pecl-pdo-1.0.2.ebuild,v 1.3 2006/01/18 20:36:54 corsair Exp $ PHP_EXT_NAME="pdo" PHP_EXT_PECL_PKG="PDO" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" inherit php-ext-pecl-r1 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86" DESCRIPTION="Core PHP Data Objects (PDO)." LICENSE="PHP" SLOT="0" |