diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:45:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:45:07 +0300 |
commit | 87e210f8744a51316ac9faafd947ea04f685bcea (patch) | |
tree | a2ad8904c753b026244226e2f69af1a21aa17c55 /dev-db | |
parent | dev-db/postgresql: Stabilize 12.16 x86, #912253 (diff) | |
download | gentoo-87e210f8744a51316ac9faafd947ea04f685bcea.tar.gz gentoo-87e210f8744a51316ac9faafd947ea04f685bcea.tar.bz2 gentoo-87e210f8744a51316ac9faafd947ea04f685bcea.zip |
dev-db/postgresql: Stabilize 13.12 x86, #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 275759dd680c..ff3fd2365050 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) |