diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-21 20:23:53 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-21 20:23:53 +0000 |
commit | ad9ccb5daf179e52407b0450d01efc7615ae12f9 (patch) | |
tree | d52d43a46345ffe6f6f7a01fe2ae38002e94ab83 /dev-php/PEAR-Tree | |
parent | Stable on ppc64; bug #119722 (diff) | |
download | gentoo-2-ad9ccb5daf179e52407b0450d01efc7615ae12f9.tar.gz gentoo-2-ad9ccb5daf179e52407b0450d01efc7615ae12f9.tar.bz2 gentoo-2-ad9ccb5daf179e52407b0450d01efc7615ae12f9.zip |
Stable on ppc64; bug #119722
(Portage version: 2.0.53)
Diffstat (limited to 'dev-php/PEAR-Tree')
-rw-r--r-- | dev-php/PEAR-Tree/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/PEAR-Tree/ChangeLog b/dev-php/PEAR-Tree/ChangeLog index cb9389ab9011..4e230103398d 100644 --- a/dev-php/PEAR-Tree/ChangeLog +++ b/dev-php/PEAR-Tree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php/PEAR-Tree -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.13 2005/11/23 16:13:44 corsair Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/ChangeLog,v 1.14 2006/01/21 20:23:53 corsair Exp $ + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> PEAR-Tree-0.2.4-r1.ebuild: + Stable on ppc64; bug #119722 23 Nov 2005; Markus Rothe <corsair@gentoo.org> PEAR-Tree-0.2.4-r1.ebuild: Added ~ppc64 keyword; bug #105385 diff --git a/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild b/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild index 1eec43088e25..8f8f87ada2b8 100644 --- a/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild +++ b/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.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-Tree/PEAR-Tree-0.2.4-r1.ebuild,v 1.7 2005/11/23 16:13:44 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Tree/PEAR-Tree-0.2.4-r1.ebuild,v 1.8 2006/01/21 20:23:53 corsair Exp $ inherit php-pear-r1 @@ -8,7 +8,7 @@ DESCRIPTION="Generic tree management, currently supports DB and XML as data sources." 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-XML_Parser-1.2.7" |