diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-05-25 19:40:19 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-05-25 19:40:19 +0000 |
commit | 30847f2fb36177c8ab24fa5e47f1508870961ea6 (patch) | |
tree | 16476a0b61d1ae6bae83532badb7583f5f571a1e | |
parent | Stable on x86 wrt bug #132349. (diff) | |
download | gentoo-2-30847f2fb36177c8ab24fa5e47f1508870961ea6.tar.gz gentoo-2-30847f2fb36177c8ab24fa5e47f1508870961ea6.tar.bz2 gentoo-2-30847f2fb36177c8ab24fa5e47f1508870961ea6.zip |
Stable on ppc. Bug 134270
(Portage version: 2.1_rc2-r2)
-rw-r--r-- | dev-php/PEAR-DB_Table/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-DB_Table/ChangeLog b/dev-php/PEAR-DB_Table/ChangeLog index c3c78efda2b9..e1d486a5a692 100644 --- a/dev-php/PEAR-DB_Table/ChangeLog +++ b/dev-php/PEAR-DB_Table/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-DB_Table # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.23 2006/05/23 21:02:50 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/ChangeLog,v 1.24 2006/05/25 19:40:19 nixnut Exp $ + + 25 May 2006; <nixnut@gentoo.org> PEAR-DB_Table-0.21.2-r1.ebuild: + Stable on ppc. bug #134270 23 May 2006; Luca Longinotti <chtekk@gentoo.org> PEAR-DB_Table-1.2.1.ebuild: diff --git a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild index 4ed4c7839995..300239225c85 100644 --- a/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild +++ b/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.13 2006/03/30 18:58:44 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_Table/PEAR-DB_Table-0.21.2-r1.ebuild,v 1.14 2006/05/25 19:40:19 nixnut Exp $ inherit php-pear-r1 DESCRIPTION="Builds on PEAR DB to abstract datatypes and automate table creation, data validation" LICENSE="PHP" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-php/PEAR-Date-1.4.3-r1" |