diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-12 09:43:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-12 10:00:16 +0200 |
commit | 5cfd7f0f80c56127a958586d213f1edc39fc9d9a (patch) | |
tree | 02d440f6f8c0ca21525d151bab87e21334bede2b /dev-db/postgresql | |
parent | www-apps/wordpress: bump to 5.8.2, dropped old (diff) | |
download | gentoo-5cfd7f0f80c56127a958586d213f1edc39fc9d9a.tar.gz gentoo-5cfd7f0f80c56127a958586d213f1edc39fc9d9a.tar.bz2 gentoo-5cfd7f0f80c56127a958586d213f1edc39fc9d9a.zip |
dev-db/postgresql: Stabilize 10.19 sparc, #823125
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-10.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-10.19.ebuild b/dev-db/postgresql/postgresql-10.19.ebuild index 307cad6fd9fa..5a797c800708 100644 --- a/dev-db/postgresql/postgresql-10.19.ebuild +++ b/dev-db/postgresql/postgresql-10.19.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 ~s390 ~sparc ~x86 ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc ~x86 ~ppc-macos ~x86-solaris" SLOT=$(ver_cut 1) |