diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:45:11 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:45:11 +0300 |
commit | 72ce9c8cc952e9123859614d64f529c0a2b94aac (patch) | |
tree | bf54577b61815fc41dd03abbc1cd224e741e10fa /dev-db | |
parent | dev-db/postgresql: Stabilize 12.16 ppc64, #912253 (diff) | |
download | gentoo-72ce9c8cc952e9123859614d64f529c0a2b94aac.tar.gz gentoo-72ce9c8cc952e9123859614d64f529c0a2b94aac.tar.bz2 gentoo-72ce9c8cc952e9123859614d64f529c0a2b94aac.zip |
dev-db/postgresql: Stabilize 13.12 ppc64, #912253
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-13.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-13.12.ebuild b/dev-db/postgresql/postgresql-13.12.ebuild index b572eb8627ee..0fe18db86f7a 100644 --- a/dev-db/postgresql/postgresql-13.12.ebuild +++ b/dev-db/postgresql/postgresql-13.12.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=15 inherit flag-o-matic linux-info llvm pam 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 ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |