diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-10-31 17:23:39 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-10-31 17:23:39 +0000 |
commit | e6a044dfca2b697fb9fef9768e462cff138ec2cc (patch) | |
tree | 603c4344cad0771f7205d774f1dda50c1cadc250 /dev-db/postgresql-base | |
parent | Fix media-video/mplayer USE depend from "v4l2" to "v4l" wrt #385241 (diff) | |
download | historical-e6a044dfca2b697fb9fef9768e462cff138ec2cc.tar.gz historical-e6a044dfca2b697fb9fef9768e462cff138ec2cc.tar.bz2 historical-e6a044dfca2b697fb9fef9768e462cff138ec2cc.zip |
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #388489.
Package-Manager: portage-2.1.10.32/cvs/Linux x86_64
Diffstat (limited to 'dev-db/postgresql-base')
-rw-r--r-- | dev-db/postgresql-base/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/postgresql-base/postgresql-base-9.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/postgresql-base/ChangeLog b/dev-db/postgresql-base/ChangeLog index 7e014a91e521..c867ae2eb62d 100644 --- a/dev-db/postgresql-base/ChangeLog +++ b/dev-db/postgresql-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/postgresql-base # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.146 2011/10/02 11:17:22 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/ChangeLog,v 1.147 2011/10/31 17:22:46 chainsaw Exp $ + + 31 Oct 2011; Tony Vroon <chainsaw@gentoo.org> postgresql-base-9.1.1.ebuild: + Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & + Agostino "ago" Sarubbo in bug #388489. 02 Oct 2011; Aaron W. Swenson <titanofold@gentoo.org> -postgresql-base-8.2.21-r2.ebuild, -postgresql-base-8.2.21-r3.ebuild, diff --git a/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild b/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild index 9f2d389ad383..16b16044972b 100644 --- a/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild +++ b/dev-db/postgresql-base/postgresql-base-9.1.1.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.1.1.ebuild,v 1.1 2011/09/26 18:01:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-base/postgresql-base-9.1.1.ebuild,v 1.2 2011/10/31 17:22:46 chainsaw Exp $ EAPI="4" @@ -8,7 +8,7 @@ WANT_AUTOMAKE="none" inherit autotools eutils flag-o-matic multilib prefix versionator -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" SLOT="$(get_version_component_range 1-2)" S="${WORKDIR}/postgresql-${PV}" |