diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-12 10:52:19 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-12 10:52:19 +0100 |
commit | 90d61f92b238df29c775a86d42d3d945f7d7c973 (patch) | |
tree | d741881643d990c4a9c83fa386a6c3d6dc8f3daf /dev-db/postgresql | |
parent | dev-db/postgresql: Stabilize 12.9 x86, #823125 (diff) | |
download | gentoo-90d61f92b238df29c775a86d42d3d945f7d7c973.tar.gz gentoo-90d61f92b238df29c775a86d42d3d945f7d7c973.tar.bz2 gentoo-90d61f92b238df29c775a86d42d3d945f7d7c973.zip |
dev-db/postgresql: Stabilize 13.5 x86, #823125
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-13.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-13.5.ebuild b/dev-db/postgresql/postgresql-13.5.ebuild index 1df09123a191..7eaee471b12e 100644 --- a/dev-db/postgresql/postgresql-13.5.ebuild +++ b/dev-db/postgresql/postgresql-13.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8,9,10} ) inherit flag-o-matic linux-info multilib pam prefix 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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~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) |