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: Sat, 01 Sep 2018 23:18:16
Message-Id: 1535843770.5e916c6fbb0c2f0f0db1d3f1d0220ceab9ece249.slyfox@gentoo
1 commit: 5e916c6fbb0c2f0f0db1d3f1d0220ceab9ece249
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 1 23:16:10 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 1 23:16:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e916c6f
7
8 dev-db/postgresql: stable 9.3.24 for ia64, bug #664332
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-db/postgresql/postgresql-9.3.24.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-db/postgresql/postgresql-9.3.24.ebuild b/dev-db/postgresql/postgresql-9.3.24.ebuild
17 index d0c4775cd3f..3eb2151bd1a 100644
18 --- a/dev-db/postgresql/postgresql-9.3.24.ebuild
19 +++ b/dev-db/postgresql/postgresql-9.3.24.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 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
25 +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
26
27 SLOT="$(get_version_component_range 1-2)"