diff options
author | 2023-11-11 19:18:50 +0000 | |
---|---|---|
committer | 2023-11-11 19:18:50 +0000 | |
commit | 12b2189aed51d67ef21c6f69d277f4d6e5cb572b (patch) | |
tree | 3ad828f07f96a427cde59fded6ca72f3d787e507 | |
parent | dev-db/postgresql: Stabilize 12.17 arm, #917154 (diff) | |
download | gentoo-12b2189aed51d67ef21c6f69d277f4d6e5cb572b.tar.gz gentoo-12b2189aed51d67ef21c6f69d277f4d6e5cb572b.tar.bz2 gentoo-12b2189aed51d67ef21c6f69d277f4d6e5cb572b.zip |
dev-db/postgresql: Stabilize 13.13 arm, #917154
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-db/postgresql/postgresql-13.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-13.13.ebuild b/dev-db/postgresql/postgresql-13.13.ebuild index 95bfc51c585e..69e7f7dd754e 100644 --- a/dev-db/postgresql/postgresql-13.13.ebuild +++ b/dev-db/postgresql/postgresql-13.13.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 ~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) |