Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/
Date: Mon, 21 Jun 2021 19:05:51
Message-Id: 1624302129.fd0ea51181c1727e327d956da9f7f4e22d237899.sam@gentoo
1 commit: fd0ea51181c1727e327d956da9f7f4e22d237899
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 19:02:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 19:02:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd0ea511
7
8 dev-db/postgresql: Stabilize 9.6.22 arm64, #793734
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/postgresql/postgresql-9.6.22.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/postgresql/postgresql-9.6.22.ebuild b/dev-db/postgresql/postgresql-9.6.22.ebuild
16 index 91ba0892aa0..81db6bcb359 100644
17 --- a/dev-db/postgresql/postgresql-9.6.22.ebuild
18 +++ b/dev-db/postgresql/postgresql-9.6.22.ebuild
19 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
20
21 inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles
22
23 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
26 SLOT=$(ver_cut 1-2)