diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-12 09:43:07 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-12 10:00:18 +0200 |
commit | 01a25eca221048cf13c34fda05a790f04200819a (patch) | |
tree | 1995cae4dd4bd40677146ed0b607d69d4e6e7216 /dev-db | |
parent | dev-db/postgresql: Stabilize 12.9 sparc, #823125 (diff) | |
download | gentoo-01a25eca221048cf13c34fda05a790f04200819a.tar.gz gentoo-01a25eca221048cf13c34fda05a790f04200819a.tar.bz2 gentoo-01a25eca221048cf13c34fda05a790f04200819a.zip |
dev-db/postgresql: Stabilize 13.5 sparc, #823125
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db')
-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 1f97899af30b..2b11a6904f69 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) |