Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
Date: Fri, 21 Sep 2018 20:00:48
Message-Id: 1537560028.69c4c203bd50e084fc2da896a8e1c75fbc42e8ae.whissi@gentoo
1 commit: 69c4c203bd50e084fc2da896a8e1c75fbc42e8ae
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 21 20:00:28 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 21 20:00:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c4c203
7
8 dev-db/postgresql: alpha stable (bug #664332)
9
10 Not tested. I assume alpha just missed 9.6 when stabilizing
11 previous and later versions.
12
13 Package-Manager: Portage-2.3.49, Repoman-2.3.10
14
15 dev-db/postgresql/postgresql-9.6.10.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-db/postgresql/postgresql-9.6.10.ebuild b/dev-db/postgresql/postgresql-9.6.10.ebuild
19 index 69933976ed1..c5669d4179f 100644
20 --- a/dev-db/postgresql/postgresql-9.6.10.ebuild
21 +++ b/dev-db/postgresql/postgresql-9.6.10.ebuild
22 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
23 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
24 systemd user versionator
25
26 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
27 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
28
29 SLOT="$(get_version_component_range 1-2)"