diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-31 13:15:25 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-31 13:15:25 +0000 |
commit | 53311ea2a158b23407c51f4c521e4c4d139e6768 (patch) | |
tree | 9d47ce5029269dc39bd90051b72194215a631e04 /virtual | |
parent | ppc stable #268138 (diff) | |
download | gentoo-2-53311ea2a158b23407c51f4c521e4c4d139e6768.tar.gz gentoo-2-53311ea2a158b23407c51f4c521e4c4d139e6768.tar.bz2 gentoo-2-53311ea2a158b23407c51f4c521e4c4d139e6768.zip |
ppc stable #268138
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/postgresql-base/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/postgresql-base/postgresql-base-8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/postgresql-base/ChangeLog b/virtual/postgresql-base/ChangeLog index 4dc289292178..0f5c20936056 100644 --- a/virtual/postgresql-base/ChangeLog +++ b/virtual/postgresql-base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/postgresql-base # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.6 2009/05/28 15:13:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/ChangeLog,v 1.7 2009/05/31 13:15:25 nixnut Exp $ + + 31 May 2009; nixnut <nixnut@gentoo.org> postgresql-base-8.1.ebuild: + ppc stable #268138 28 May 2009; Christian Faulhammer <fauli@gentoo.org> postgresql-base-8.1.ebuild: diff --git a/virtual/postgresql-base/postgresql-base-8.1.ebuild b/virtual/postgresql-base/postgresql-base-8.1.ebuild index 71a85005c6da..aa8a76adce4b 100644 --- a/virtual/postgresql-base/postgresql-base-8.1.ebuild +++ b/virtual/postgresql-base/postgresql-base-8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.1.ebuild,v 1.3 2009/05/28 15:13:47 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/postgresql-base/postgresql-base-8.1.ebuild,v 1.4 2009/05/31 13:15:25 nixnut Exp $ EAPI="1" @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="as-is" SLOT="${PV}" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" RDEPEND="|| ( =dev-db/libpq-${PV}* dev-db/postgresql-base:${SLOT} )" |