diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-19 15:08:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-19 15:08:31 +0300 |
commit | e319c6d6e1d2b3e6e921f3dfa0f6fedd31ca018b (patch) | |
tree | 6b518752f1cdcb2d0d1ab71fc5c7ef6da38ea80f /dev-db | |
parent | net-mail/mailbase: drop 1.6-r1, 1.7 (diff) | |
download | gentoo-e319c6d6e1d2b3e6e921f3dfa0f6fedd31ca018b.tar.gz gentoo-e319c6d6e1d2b3e6e921f3dfa0f6fedd31ca018b.tar.bz2 gentoo-e319c6d6e1d2b3e6e921f3dfa0f6fedd31ca018b.zip |
dev-db/postgresql: Stabilize 14.2-r1 ppc64, #835257
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-14.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-14.2-r1.ebuild b/dev-db/postgresql/postgresql-14.2-r1.ebuild index 9f603c23ce29..4c8c23c190eb 100644 --- a/dev-db/postgresql/postgresql-14.2-r1.ebuild +++ b/dev-db/postgresql/postgresql-14.2-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) |