diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-08 20:19:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-08 20:19:08 +0300 |
commit | 44442dc042f674704420d46b2460a2ea45469350 (patch) | |
tree | 5d66ed8e66282c3b8f46432113daf4797dc47d03 /dev-db/postgresql/postgresql-14.13.ebuild | |
parent | dev-db/postgresql: Stabilize 13.16 arm64, #937572 (diff) | |
download | gentoo-44442dc042f674704420d46b2460a2ea45469350.tar.gz gentoo-44442dc042f674704420d46b2460a2ea45469350.tar.bz2 gentoo-44442dc042f674704420d46b2460a2ea45469350.zip |
dev-db/postgresql: Stabilize 14.13 arm64, #937572
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/postgresql/postgresql-14.13.ebuild')
-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 35214aca2af7..1afd86f72ad9 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) |