diff options
author | 2015-07-17 12:56:36 +0000 | |
---|---|---|
committer | 2015-07-17 12:56:36 +0000 | |
commit | f6b5650c86cb67bc2950e5e43fbc9116a6a8a53b (patch) | |
tree | 061cdf27ba1255975452c1fd5c65fae7ed182062 /dev-db/postgresql | |
parent | Stable on alpha, bug 554970 (diff) | |
download | gentoo-2-f6b5650c86cb67bc2950e5e43fbc9116a6a8a53b.tar.gz gentoo-2-f6b5650c86cb67bc2950e5e43fbc9116a6a8a53b.tar.bz2 gentoo-2-f6b5650c86cb67bc2950e5e43fbc9116a6a8a53b.zip |
Stable on alpha, bug 554970
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/postgresql/postgresql-9.2.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/postgresql/ChangeLog b/dev-db/postgresql/ChangeLog index 15d774ff7a58..c59ad9945315 100644 --- a/dev-db/postgresql/ChangeLog +++ b/dev-db/postgresql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/postgresql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.445 2015/07/17 12:55:21 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/ChangeLog,v 1.446 2015/07/17 12:56:36 klausman Exp $ + + 17 Jul 2015; Tobias Klausmann <klausman@gentoo.org> postgresql-9.2.13.ebuild: + Stable on alpha, bug 554970 17 Jul 2015; Tobias Klausmann <klausman@gentoo.org> postgresql-9.1.18.ebuild: Stable on alpha, bug 554970 diff --git a/dev-db/postgresql/postgresql-9.2.13.ebuild b/dev-db/postgresql/postgresql-9.2.13.ebuild index 3a965bbac014..c696dbd87408 100644 --- a/dev-db/postgresql/postgresql-9.2.13.ebuild +++ b/dev-db/postgresql/postgresql-9.2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.2.13.ebuild,v 1.2 2015/07/15 15:55:24 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql/postgresql-9.2.13.ebuild,v 1.3 2015/07/17 12:56:36 klausman Exp $ EAPI="5" @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_{6,7},3_{2,3,4}} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" |