diff options
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-9.0.16.ebuild')
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9.0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.16.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.16.ebuild index c60eed1a06e7..1ccf75ac86f8 100644 --- a/dev-db/postgresql-base/postgresql-base-9.0.16.ebuild +++ b/dev-db/postgresql-base/postgresql-base-9.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.16.ebuild,v 1.6 2014/02/22 16:25:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.16.ebuild,v 1.7 2014/02/23 08:25:35 ago Exp $ EAPI="5" @@ -11,7 +11,7 @@ inherit autotools eutils flag-o-matic multilib prefix python-single-r1 versionat 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/" |