diff options
author | 2024-08-10 17:41:23 +0200 | |
---|---|---|
committer | 2024-08-10 17:41:23 +0200 | |
commit | 68e4399b1d6f04901f60f1e30f320c9d87cdfc61 (patch) | |
tree | 4d8ce88294b121259061bd08509aca1094f3e0c4 /dev-db | |
parent | dev-db/postgresql: Stabilize 13.16 arm, #937572 (diff) | |
download | gentoo-68e4399b1d6f04901f60f1e30f320c9d87cdfc61.tar.gz gentoo-68e4399b1d6f04901f60f1e30f320c9d87cdfc61.tar.bz2 gentoo-68e4399b1d6f04901f60f1e30f320c9d87cdfc61.zip |
dev-db/postgresql: Stabilize 14.13 arm, #937572
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-14.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-14.13.ebuild b/dev-db/postgresql/postgresql-14.13.ebuild index f69ecb14412f..d141a01baf2c 100644 --- a/dev-db/postgresql/postgresql-14.13.ebuild +++ b/dev-db/postgresql/postgresql-14.13.ebuild @@ -9,7 +9,7 @@ LLVM_OPTIONAL=1 inherit flag-o-matic linux-info llvm-r1 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) |