diff options
author | 2012-03-01 17:11:27 +0000 | |
---|---|---|
committer | 2012-03-01 17:11:27 +0000 | |
commit | 30d9ad67517a9646e26da652158d49c1fee2bdd2 (patch) | |
tree | 4eae0129b2af48c18676ad3f625dce0fa8c99753 /dev-db/postgresql-base/postgresql-base-9.0.7.ebuild | |
parent | Version bump (diff) | |
download | historical-30d9ad67517a9646e26da652158d49c1fee2bdd2.tar.gz historical-30d9ad67517a9646e26da652158d49c1fee2bdd2.tar.bz2 historical-30d9ad67517a9646e26da652158d49c1fee2bdd2.zip |
Stable on alpha, bug #406037
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-db/postgresql-base/postgresql-base-9.0.7.ebuild')
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/postgresql-base/postgresql-base-9.0.7.ebuild b/dev-db/postgresql-base/postgresql-base-9.0.7.ebuild index d5e8fed64151..1e7fca562f6b 100644 --- a/dev-db/postgresql-base/postgresql-base-9.0.7.ebuild +++ b/dev-db/postgresql-base/postgresql-base-9.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.7.ebuild,v 1.4 2012/02/29 14:30:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.0.7.ebuild,v 1.5 2012/03/01 17:10:36 klausman 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/" |