diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-30 18:56:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-30 18:56:39 +0300 |
commit | 7c20f2b80df932c7995911b3a394298eca6b21e9 (patch) | |
tree | 8c137ea0df3836cd68b687852682a7a6eded68ef /dev-db | |
parent | dev-db/postgresql: Stabilize 14.7 x86, #903191 (diff) | |
download | gentoo-7c20f2b80df932c7995911b3a394298eca6b21e9.tar.gz gentoo-7c20f2b80df932c7995911b3a394298eca6b21e9.tar.bz2 gentoo-7c20f2b80df932c7995911b3a394298eca6b21e9.zip |
dev-db/postgresql: Stabilize 15.2 x86, #903191
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-15.2.ebuild b/dev-db/postgresql/postgresql-15.2.ebuild index 1b57745edd07..12f67d14eccd 100644 --- a/dev-db/postgresql/postgresql-15.2.ebuild +++ b/dev-db/postgresql/postgresql-15.2.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=16 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT=$(ver_cut 1) |