diff options
author | 2023-11-11 19:19:03 +0000 | |
---|---|---|
committer | 2023-11-11 19:19:03 +0000 | |
commit | 02fc2b6eec0f6c9a437cc0b5ed17738f7508ba80 (patch) | |
tree | 3586fccc9d31a76d918d46bf30835d39d90cd439 /dev-db | |
parent | dev-db/postgresql: Stabilize 14.10 arm64, #917154 (diff) | |
download | gentoo-02fc2b6eec0f6c9a437cc0b5ed17738f7508ba80.tar.gz gentoo-02fc2b6eec0f6c9a437cc0b5ed17738f7508ba80.tar.bz2 gentoo-02fc2b6eec0f6c9a437cc0b5ed17738f7508ba80.zip |
dev-db/postgresql: Stabilize 15.5 arm64, #917154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-15.5.ebuild b/dev-db/postgresql/postgresql-15.5.ebuild index d9f9dad2a55b..05c61228f60b 100644 --- a/dev-db/postgresql/postgresql-15.5.ebuild +++ b/dev-db/postgresql/postgresql-15.5.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) |