diff options
author | 2023-11-11 19:18:56 +0000 | |
---|---|---|
committer | 2023-11-11 19:18:56 +0000 | |
commit | 027590d7f35fde1cd89ce5956eb5a37f89872ac1 (patch) | |
tree | 02e6a0dfd92e24312162ca117b64e7e223a357a3 /dev-db | |
parent | dev-db/postgresql: Stabilize 15.5 x86, #917154 (diff) | |
download | gentoo-027590d7f35fde1cd89ce5956eb5a37f89872ac1.tar.gz gentoo-027590d7f35fde1cd89ce5956eb5a37f89872ac1.tar.bz2 gentoo-027590d7f35fde1cd89ce5956eb5a37f89872ac1.zip |
dev-db/postgresql: Stabilize 16.1 x86, #917154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-16.1.ebuild b/dev-db/postgresql/postgresql-16.1.ebuild index a0ad368abae1..f32d7a7ea3a7 100644 --- a/dev-db/postgresql/postgresql-16.1.ebuild +++ b/dev-db/postgresql/postgresql-16.1.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=17 inherit flag-o-matic linux-info llvm pam python-single-r1 systemd tmpfiles -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |