diff options
author | 2023-11-11 19:18:54 +0000 | |
---|---|---|
committer | 2023-11-11 19:18:54 +0000 | |
commit | ded64a35561693cb36964a0af6d397ed6b81b1a9 (patch) | |
tree | 95dcd6401a909d9ba2ab4937e457dd67470a2a87 | |
parent | dev-db/postgresql: Stabilize 12.17 x86, #917154 (diff) | |
download | gentoo-ded64a35561693cb36964a0af6d397ed6b81b1a9.tar.gz gentoo-ded64a35561693cb36964a0af6d397ed6b81b1a9.tar.bz2 gentoo-ded64a35561693cb36964a0af6d397ed6b81b1a9.zip |
dev-db/postgresql: Stabilize 13.13 x86, #917154
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/postgresql/postgresql-13.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-13.13.ebuild b/dev-db/postgresql/postgresql-13.13.ebuild index 69e7f7dd754e..ace2cd94af18 100644 --- a/dev-db/postgresql/postgresql-13.13.ebuild +++ b/dev-db/postgresql/postgresql-13.13.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 ~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) |