diff options
author | Sam James <sam@gentoo.org> | 2023-11-11 19:19:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-11 19:19:04 +0000 |
commit | fca5794abf938973d682ed5a13b3f4db4d0d2ade (patch) | |
tree | 82aa8e35629ce63809902757dd949934efd65383 /dev-db | |
parent | dev-db/postgresql: Stabilize 15.5 arm64, #917154 (diff) | |
download | gentoo-fca5794abf938973d682ed5a13b3f4db4d0d2ade.tar.gz gentoo-fca5794abf938973d682ed5a13b3f4db4d0d2ade.tar.bz2 gentoo-fca5794abf938973d682ed5a13b3f4db4d0d2ade.zip |
dev-db/postgresql: Stabilize 16.1 arm64, #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 8cf12f19c583..ecfd87de3b09 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) |