diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-09-28 03:33:56 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-09-28 03:33:56 +0000 |
commit | b26ead615dfe99947a1ba78e87c99d5c4f683fb3 (patch) | |
tree | b6c800b11d01d706d8408b64be24142674832e60 /dev-db/postgresql-base/postgresql-base-9.0.5.ebuild | |
parent | ppc/ppc64 stable wrt #384539 (diff) | |
download | gentoo-2-b26ead615dfe99947a1ba78e87c99d5c4f683fb3.tar.gz gentoo-2-b26ead615dfe99947a1ba78e87c99d5c4f683fb3.tar.bz2 gentoo-2-b26ead615dfe99947a1ba78e87c99d5c4f683fb3.zip |
ppc/ppc64 stable wrt #384539
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-9.0.5.ebuild')
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.5.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.5.ebuild index 6126d3d7e2e6..3f0494dce1d4 100644 --- a/dev-db/postgresql-base/postgresql-base-9.0.5.ebuild +++ b/dev-db/postgresql-base/postgresql-base-9.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.5.ebuild,v 1.2 2011/09/27 20:47:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.5.ebuild,v 1.3 2011/09/28 03:33:56 xarthisius Exp $ EAPI="4" @@ -10,7 +10,7 @@ inherit autotools eutils flag-o-matic multilib prefix versionator SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" DESCRIPTION="PostgreSQL libraries and clients" HOMEPAGE="http://www.postgresql.org/" |