diff options
Diffstat (limited to 'dev-php/PEAR-DB_DataObject')
-rw-r--r-- | dev-php/PEAR-DB_DataObject/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-DB_DataObject/ChangeLog b/dev-php/PEAR-DB_DataObject/ChangeLog index ea5e09e8e6b7..ebb3261661a2 100644 --- a/dev-php/PEAR-DB_DataObject/ChangeLog +++ b/dev-php/PEAR-DB_DataObject/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-DB_DataObject -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.8 2005/12/29 07:34:20 sebastian Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/ChangeLog,v 1.9 2006/01/21 07:59:31 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + PEAR-DB_DataObject-1.8.0.ebuild: + Stable on ppc64; bug #119722 *PEAR-DB_DataObject-1.8.0 (29 Dec 2005) diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild index faf8e8d51ce4..d6fa1a7a4387 100644 --- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild +++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.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-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild,v 1.1 2005/12/29 07:34:20 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.8.0.ebuild,v 1.2 2006/01/21 07:59:31 corsair Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="An SQL Builder, Object Interface to Database Tables." LICENSE="PHP" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-Date-1.4.3-r1 |