[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2018-04-24 Thread Brian Evans
commit: bf76b0543b2a26c66a707fc784c6ab1496d0610e
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Apr 24 20:29:01 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Apr 24 20:33:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf76b054

dev-php/PEAR-DB_DataObject: Drop down to unstable, no stable deps

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-DB_DataObject/Manifest|  1 -
 .../PEAR-DB_DataObject-1.11.3.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-php/PEAR-DB_DataObject/Manifest 
b/dev-php/PEAR-DB_DataObject/Manifest
index 5f7710900f1..092de377d0d 100644
--- a/dev-php/PEAR-DB_DataObject/Manifest
+++ b/dev-php/PEAR-DB_DataObject/Manifest
@@ -1,2 +1 @@
-DIST DB_DataObject-1.11.3.tgz 81873 BLAKE2B 
f8d51e73eb38ba50157413e51720d60e236a2e3b351b79d866381d7ef80103b5c16b54af7a5a6a425ac3d59ae606973043a62a038b196753d38053fd3be61661
 SHA512 
bf74b99b6d28e8c5074dd9058ad6624ed93cd4578164d71fcf2c70070a81f5bb5dfc46d11d5a1408ad5bac12ac6d36cd47dbe102b16ffbf9c091153e9e400d8f
 DIST DB_DataObject-1.11.5.tgz 83878 BLAKE2B 
0d73cde628a61e208c665546d15b4e7f4203c04dd4c5e7cc86c36ca46b60d8fcd28643b2ff720b940d1fb4fc86fdee650fec784cbda7885a31c9c120d90edbeb
 SHA512 
bc8c5d0994fba78c6f8137682da87018e7660ceb39f5583aabf424509bf0ab263b8f32f6676821acaf69ed991778ad85f5f3fc156799c0811b2ec39546688bc6

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
deleted file mode 100644
index 280cf222101..000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND=""
-RDEPEND="|| ( >=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-MDB2-2.0.0_rc1 )
-   >=dev-php/PEAR-Date-1.4.3-r1
-   !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1 )"
-
-src_prepare() {
-   # don't install windows-only stuff
-   sed -re 's:::' -i 
"${WORKDIR}/package.xml" || die "sed failed"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2017-07-31 Thread Brian Evans
commit: 606ed45b320ae640edb4f60ab80de316f456d310
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jul 31 19:50:25 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jul 31 19:50:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606ed45b

dev-php/PEAR-DB_DataObject: Revbump for new eclass

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../PEAR-DB_DataObject-1.11.5-r1.ebuild| 31 ++
 1 file changed, 31 insertions(+)

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5-r1.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5-r1.ebuild
new file mode 100644
index 000..aa8425ee51f
--- /dev/null
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="SQL builder and data modeling layer"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE="minimal"
+
+# The MDB2/DB dependencies are listed as "optional," but really, you
+# need one or the other. Prefer the newer MDB2 to the deprecated DB.
+DEPEND=""
+RDEPEND="|| ( dev-php/PEAR-MDB2 dev-php/PEAR-DB )
+   dev-php/PEAR-Date
+   !minimal? ( dev-php/PEAR-Validate )"
+DOCS=( docs/example.ini )
+
+src_prepare() {
+   # Don't install this batch file -- it winds up in ${EPREFIX}/usr/bin.
+   # Delete the line that mentions it from package.xml.
+   sed -e '/DB_DataObject_createTables\.bat/d' \
+   -i "${WORKDIR}/package.xml" \
+   || die "failed to remove batch file from package.xml"
+
+   eapply_user
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2017-07-31 Thread Brian Evans
commit: 7e74e3c2620efdd946109dc48e9796c206e5c6e2
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Jul 31 19:51:07 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Jul 31 19:51:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e74e3c2

dev-php/PEAR-DB_DataObject: Drop old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../PEAR-DB_DataObject-1.11.5.ebuild   | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
deleted file mode 100644
index 8db605620b3..000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r1
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DESCRIPTION="SQL builder and data modeling layer"
-LICENSE="PHP-3.01"
-SLOT="0"
-IUSE="minimal"
-
-# The MDB2/DB dependencies are listed as "optional," but really, you
-# need one or the other. Prefer the newer MDB2 to the deprecated DB.
-DEPEND=""
-RDEPEND="|| ( dev-php/PEAR-MDB2 dev-php/PEAR-DB )
-   dev-php/PEAR-Date
-   !minimal? ( dev-php/PEAR-Validate )"
-
-src_prepare() {
-   # Don't install this batch file -- it winds up in ${EPREFIX}/usr/bin.
-   # Delete the line that mentions it from package.xml.
-   sed -e '/DB_DataObject_createTables\.bat/d' \
-   -i "${WORKDIR}/package.xml" \
-   || die "failed to remove batch file from package.xml"
-
-   eapply_user
-}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2016-02-03 Thread Michael Orlitzky
commit: bbf63155bedcf2b2cbd58a881bd717c4f4b86467
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jan 30 22:42:40 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Wed Feb  3 22:10:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf63155

dev-php/PEAR-DB_DataObject: add version 1.11.5.

This version bump was mostly straightforward, but the ebuild was
ported to EAPI=6 and its dependencies were cleaned up as well. A
simpler pattern was used to replace the existing "sed" invocation.
The LICENSE was also updated per the homepage.

Gentoo-Bug: 573242
Reported-By: Hanno Böck

Package-Manager: portage-2.2.26

 dev-php/PEAR-DB_DataObject/Manifest|  1 +
 .../PEAR-DB_DataObject-1.11.5.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-php/PEAR-DB_DataObject/Manifest 
b/dev-php/PEAR-DB_DataObject/Manifest
index a13eb30..5b5b89c 100644
--- a/dev-php/PEAR-DB_DataObject/Manifest
+++ b/dev-php/PEAR-DB_DataObject/Manifest
@@ -1 +1,2 @@
 DIST DB_DataObject-1.11.3.tgz 81873 SHA256 
5fa1ce2d3d2543a5b9e8f825a2c9a409201978b0f6c45da1f9dadfe58ac47d2b SHA512 
bf74b99b6d28e8c5074dd9058ad6624ed93cd4578164d71fcf2c70070a81f5bb5dfc46d11d5a1408ad5bac12ac6d36cd47dbe102b16ffbf9c091153e9e400d8f
 WHIRLPOOL 
3189f3238afc0d7087ced6c1b1bd91ecf99b009f03e17e907d68404c7d5e06f6ebeda0d5b3ef7235802fd18062ae330ec974b5121de17078521cec2210a1e0c9
+DIST DB_DataObject-1.11.5.tgz 83878 SHA256 
0157d3197c28b33d41c069b7f0ed8d2651fe2377e83a0a7b9f1b7a47a4f31b05 SHA512 
bc8c5d0994fba78c6f8137682da87018e7660ceb39f5583aabf424509bf0ab263b8f32f6676821acaf69ed991778ad85f5f3fc156799c0811b2ec39546688bc6
 WHIRLPOOL 
64e1eea3a33e83d307a5059e7f770fb9e16b0c67ac4feb6962e0f7c2caf102a160645005581c9cf828f0013829fe133a2fe8dc66356039283a3b3908f3cc3472

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
new file mode 100644
index 000..87d2dae
--- /dev/null
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit php-pear-r1
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+DESCRIPTION="SQL builder and data modeling layer"
+LICENSE="PHP-3.01"
+SLOT="0"
+IUSE="minimal"
+
+# The MDB2/DB dependencies are listed as "optional," but really, you
+# need one or the other. Prefer the newer MDB2 to the deprecated DB.
+DEPEND=""
+RDEPEND="|| ( dev-php/PEAR-MDB2 dev-php/PEAR-DB )
+   dev-php/PEAR-Date
+   !minimal? ( dev-php/PEAR-Validate )"
+
+src_prepare() {
+   # Don't install this batch file -- it winds up in ${EPREFIX}/usr/bin.
+   # Delete the line that mentions it from package.xml.
+   sed -e '/DB_DataObject_createTables\.bat/d' \
+   -i "${WORKDIR}/package.xml" \
+   || die "failed to remove batch file from package.xml"
+
+   eapply_user
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2016-01-30 Thread Michael Orlitzky
commit: cc613b3d10fec7b67325651085934ab9048b7148
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sat Jan 30 21:59:18 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Jan 30 22:13:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc613b3d

dev-php/PEAR-DB_DataObject: remove old versions.

Package-Manager: portage-2.2.26

 dev-php/PEAR-DB_DataObject/Manifest|  3 ---
 .../PEAR-DB_DataObject-1.10.0.ebuild   | 25 --
 .../PEAR-DB_DataObject-1.11.2.ebuild   | 24 -
 .../PEAR-DB_DataObject-1.9.6.ebuild| 25 --
 4 files changed, 77 deletions(-)

diff --git a/dev-php/PEAR-DB_DataObject/Manifest 
b/dev-php/PEAR-DB_DataObject/Manifest
index baefeab..a13eb30 100644
--- a/dev-php/PEAR-DB_DataObject/Manifest
+++ b/dev-php/PEAR-DB_DataObject/Manifest
@@ -1,4 +1 @@
-DIST DB_DataObject-1.10.0.tgz 78487 SHA256 
6367b94bbd444c82690ddd4aa8fa3a7801eb3f6b067494e6ba5f088cecfe8345 SHA512 
08bc8c9a529812b80e69aa59db9f1a7e3a12741e0bd9570ec505dd89a19115e9a20a0731026f2de846174eddeee91c6fb20aa71c5f76c55bf241b4c4305381a6
 WHIRLPOOL 
fce0370d15f75b1562e1ccd449fc712d3405f0b9ac39f29ccaf6af87c59b19d7ca535d231c746204dc6ef36b151000ad9cf79f7e6bf00451fcaa36f95f27544e
-DIST DB_DataObject-1.11.2.tgz 80134 SHA256 
bc8c2c7a4e97de821be5ccad7347e9a76fd7ddf4ff8f3840bdc3ad2edef2d519 SHA512 
bdb77a23779e771413e51a556f185333267e348b846f3b86af572da841b8b6cf8c71f02fb2459a914c50a81841a6455b51150acee7303e0df54ccd55369e9bf9
 WHIRLPOOL 
f02dda406fc023b8012de536297110f9a8a349367e9583e6bc2079265bfc1400ffb83cfe7b1cde3cd05dba1009bacc382f43e2930704d43f126be001a7958a39
 DIST DB_DataObject-1.11.3.tgz 81873 SHA256 
5fa1ce2d3d2543a5b9e8f825a2c9a409201978b0f6c45da1f9dadfe58ac47d2b SHA512 
bf74b99b6d28e8c5074dd9058ad6624ed93cd4578164d71fcf2c70070a81f5bb5dfc46d11d5a1408ad5bac12ac6d36cd47dbe102b16ffbf9c091153e9e400d8f
 WHIRLPOOL 
3189f3238afc0d7087ced6c1b1bd91ecf99b009f03e17e907d68404c7d5e06f6ebeda0d5b3ef7235802fd18062ae330ec974b5121de17078521cec2210a1e0c9
-DIST DB_DataObject-1.9.6.tgz 72249 SHA256 
d7f5e76569b4246ef56394108f8b8e2fb2b57ce05cb32bdedd7e47b8fe059f3b SHA512 
325a3e4899a5b0cb762816b013432fe6166fb77d7bcb2ee3a9190255a0a495b4a8bd1cfcd204488014a0bdcd2563bbc640aba7693d4e7c560291769b7a154577
 WHIRLPOOL 
4dbf1491bfadf9591530afb4a8d286fb2322f64a031b6efb3b776384e25f6e653ede04e898c277befdd1d770b759c1bc1cf7876247816f004ef2ffe1f886b676

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild
deleted file mode 100644
index c33742b..000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.10.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit php-pear-r1
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND=""
-RDEPEND=">=dev-php/PEAR-DB-1.7.6-r1
-   >=dev-php/PEAR-Date-1.4.3-r1
-   !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1
-   >=dev-php/PEAR-MDB2-2.0.0_rc1 )"
-
-src_prepare() {
-   # don't install windows-only stuff
-   sed -re 's:::' -i 
"${WORKDIR}/package.xml" || die "sed failed"
-}

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild
deleted file mode 100644
index 9ac88ea..000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit php-pear-r1
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND=""
-RDEPEND="|| ( >=dev-php/PEAR-DB-1.7.6-r1 >=dev-php/PEAR-MDB2-2.0.0_rc1 )
-   >=dev-php/PEAR-Date-1.4.3-r1
-   !minimal? ( >=dev-php/PEAR-Validate-0.5.0-r1 )"
-
-src_prepare() {
-   # don't install windows-only stuff
-   sed -re 's:::' -i 
"${WORKDIR}/package.xml" || die "sed failed"
-}

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild
deleted file mode 100644
index dcdf12b..000
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.9.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit php-pear-r1
-
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-
-DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-IUSE="minimal"
-
-DEPEND=""

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2015-10-11 Thread Mikle Kolyada
commit: 36fc3a8524914b41f5e7b7dba083eab7c66486a2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 11 16:25:04 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 11 16:25:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fc3a85

): Stable for all wrt bug #546654

Package-Manager: portage-2.2.20.1

 dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
index 87a50ca..d1bc479 100644
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit php-pear-r1
 
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 
 DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
 LICENSE="PHP-2.02 PHP-3"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2015-10-09 Thread Jeroen Roovers
commit: e81bb5f454ee8bf27a8fe273ecfde1f392083f22
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 10 03:15:46 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 10 03:15:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e81bb5f4

dev-php/PEAR-DB_DataObject: Stable for PPC64 (bug #546654).

Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches

 dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
index 02b2220..09e4cd2 100644
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit php-pear-r1
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 
 DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
 LICENSE="PHP-2.02 PHP-3"



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-DB_DataObject/

2015-10-09 Thread Jeroen Roovers
commit: a509b2359f6a799c9b6af7b07d6d9d2649ce0e11
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Oct 10 04:05:08 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Oct 10 04:05:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a509b235

dev-php/PEAR-DB_DataObject: Stable for HPPA (bug #546654).

Package-Manager: portage-2.2.22
RepoMan-Options: --ignore-arches

 dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild 
b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
index 09e4cd2..87a50ca 100644
--- a/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
+++ b/dev-php/PEAR-DB_DataObject/PEAR-DB_DataObject-1.11.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit php-pear-r1
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 
 DESCRIPTION="A SQL Builder, Object Interface to Database Tables"
 LICENSE="PHP-2.02 PHP-3"