diff options
author | Sam James <sam@gentoo.org> | 2024-02-09 01:03:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-09 01:03:37 +0000 |
commit | 6004b66f133b297e74f178e9ad6ae3675404407a (patch) | |
tree | 481949e0b0dfa56fb28681408bfb16bd591ed800 /dev-db | |
parent | dev-db/postgresql: Stabilize 16.2 ppc64, #924109 (diff) | |
download | gentoo-6004b66f133b297e74f178e9ad6ae3675404407a.tar.gz gentoo-6004b66f133b297e74f178e9ad6ae3675404407a.tar.bz2 gentoo-6004b66f133b297e74f178e9ad6ae3675404407a.zip |
dev-db/postgresql: Stabilize 12.18 sparc, #924109
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-12.18.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-12.18.ebuild b/dev-db/postgresql/postgresql-12.18.ebuild index 742cf9a74b9b..4ac0c45ff565 100644 --- a/dev-db/postgresql/postgresql-12.18.ebuild +++ b/dev-db/postgresql/postgresql-12.18.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 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" SLOT=$(ver_cut 1) |