diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:45:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-14 10:45:14 +0300 |
commit | 806a887ec44177e03a54eec72da427166fc8eac6 (patch) | |
tree | 30c9198ff147c2877d64e182f5371c2a24776b48 /dev-db | |
parent | dev-db/postgresql: Stabilize 13.12 amd64, #912253 (diff) | |
download | gentoo-806a887ec44177e03a54eec72da427166fc8eac6.tar.gz gentoo-806a887ec44177e03a54eec72da427166fc8eac6.tar.bz2 gentoo-806a887ec44177e03a54eec72da427166fc8eac6.zip |
dev-db/postgresql: Stabilize 14.9 amd64, #912253
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-14.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-14.9.ebuild b/dev-db/postgresql/postgresql-14.9.ebuild index 1a21637d42b9..718190c683bf 100644 --- a/dev-db/postgresql/postgresql-14.9.ebuild +++ b/dev-db/postgresql/postgresql-14.9.ebuild @@ -8,7 +8,7 @@ LLVM_MAX_SLOT=15 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) |