Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
Date: Fri, 29 Dec 2017 17:41:16
Message-Id: 1514569232.241e026e6f320afa22eab067fca856aa782bea77.slyfox@gentoo
1 commit: 241e026e6f320afa22eab067fca856aa782bea77
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 17:38:36 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 17:40:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=241e026e
7
8 dev-db/postgresql: stable 9.5.10 for ia64, bug #636978
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-db/postgresql/postgresql-9.5.10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/postgresql/postgresql-9.5.10.ebuild b/dev-db/postgresql/postgresql-9.5.10.ebuild
17 index 3efb98c3d88..360d90c28bc 100644
18 --- a/dev-db/postgresql/postgresql-9.5.10.ebuild
19 +++ b/dev-db/postgresql/postgresql-9.5.10.ebuild
20 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
21 inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
22 systemd user versionator
23
24 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
25 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
26
27 SLOT="$(get_version_component_range 1-2)"