diff options
Diffstat (limited to 'dev-php/PEAR-MDB')
-rw-r--r-- | dev-php/PEAR-MDB/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/PEAR-MDB/ChangeLog b/dev-php/PEAR-MDB/ChangeLog index 10ed8f6555ba..6dd894f701ee 100644 --- a/dev-php/PEAR-MDB/ChangeLog +++ b/dev-php/PEAR-MDB/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-MDB # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/ChangeLog,v 1.26 2006/01/22 16:52:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/ChangeLog,v 1.27 2006/01/22 21:56:11 blubb Exp $ + + 22 Jan 2006; Simon Stelling <blubb@gentoo.org> PEAR-MDB-1.3.0-r1.ebuild: + stable on amd64 wrt bug 119722 22 Jan 2006; Jason Wever <weeve@gentoo.org> PEAR-MDB-1.3.0-r1.ebuild: Stable on SPARC wrt bug #119722. diff --git a/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild b/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild index ccb83bbb031d..2bd242eb1978 100644 --- a/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild +++ b/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild,v 1.9 2006/01/22 16:52:02 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB/PEAR-MDB-1.3.0-r1.ebuild,v 1.10 2006/01/22 21:56:11 blubb Exp $ inherit php-pear-r1 DESCRIPTION="PEAR MDB is a merge of the PEAR DB and Metabase php database abstraction layers." LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~ppc ppc64 sparc x86" IUSE="" |