diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-15 09:19:22 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-11-15 09:19:22 +0000 |
commit | 2d12a849bef4fe82a5f31336cd4679a521f2f752 (patch) | |
tree | b98b2aa6e8f8268bd4209c3094f2dd0345cce398 /dev-db | |
parent | dev-db/postgresql: Stabilize 13.17 arm64, #943513 (diff) | |
download | gentoo-2d12a849bef4fe82a5f31336cd4679a521f2f752.tar.gz gentoo-2d12a849bef4fe82a5f31336cd4679a521f2f752.tar.bz2 gentoo-2d12a849bef4fe82a5f31336cd4679a521f2f752.zip |
dev-db/postgresql: Stabilize 14.14 arm64, #943513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-14.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-14.14.ebuild b/dev-db/postgresql/postgresql-14.14.ebuild index ec61bf670cca..c1bedd1b6583 100644 --- a/dev-db/postgresql/postgresql-14.14.ebuild +++ b/dev-db/postgresql/postgresql-14.14.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 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |