diff options
author | Brent Baude <ranger@gentoo.org> | 2009-10-03 15:20:00 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-10-03 15:20:00 +0000 |
commit | 3275bb0fadb0e14df02c92eda21f1f1e5530e11c (patch) | |
tree | 727ae1035842194c34ffe7b6a782433f0380456c /dev-db/postgresql | |
parent | Fix header. (diff) | |
download | gentoo-2-3275bb0fadb0e14df02c92eda21f1f1e5530e11c.tar.gz gentoo-2-3275bb0fadb0e14df02c92eda21f1f1e5530e11c.tar.bz2 gentoo-2-3275bb0fadb0e14df02c92eda21f1f1e5530e11c.zip |
Marking postgresql-8.1.11 ppc64 for bug 268138
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-8.1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 11e4ccf77452..b5adf2e0d4fc 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/postgresql # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.382 2009/09/24 19:23:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.383 2009/10/03 15:20:00 ranger Exp $ + + 03 Oct 2009; Brent Baude <ranger@gentoo.org> postgresql-8.1.11.ebuild: + Marking postgresql-8.1.11 ppc64 for bug 268138 24 Sep 2009; Raúl Porcel <armin76@gentoo.org> postgresql-8.1.11.ebuild: alpha/arm/ia64/s390/sh/sparc stable diff --git a/dev-db/postgresql/postgresql-8.1.11.ebuild b/dev-db/postgresql/postgresql-8.1.11.ebuild index 0adca36721ac..fef3b4893d15 100644 --- a/dev-db/postgresql/postgresql-8.1.11.ebuild +++ b/dev-db/postgresql/postgresql-8.1.11.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.1.11.ebuild,v 1.6 2009/09/24 19:23:22 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-8.1.11.ebuild,v 1.7 2009/10/03 15:20:00 ranger Exp $ inherit eutils gnuconfig flag-o-matic multilib toolchain-funcs versionator -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" DESCRIPTION="Sophisticated and powerful Object-Relational DBMS." HOMEPAGE="http://www.postgresql.org/" |