diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 20:25:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 20:25:02 +0000 |
commit | 4af9fb6047d035c477e2e5593ed987964555a9e8 (patch) | |
tree | 0226cb81e64035e10a638c29bc74570d98774cea /dev-db | |
parent | dev-libs/libebml: Stabilize 1.4.2 ppc64, #772272 (diff) | |
download | gentoo-4af9fb6047d035c477e2e5593ed987964555a9e8.tar.gz gentoo-4af9fb6047d035c477e2e5593ed987964555a9e8.tar.bz2 gentoo-4af9fb6047d035c477e2e5593ed987964555a9e8.zip |
dev-db/postgresql: Stabilize 10.16 ppc64, #771942
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-10.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-10.16.ebuild b/dev-db/postgresql/postgresql-10.16.ebuild index d4111e2900e9..71973513116f 100644 --- a/dev-db/postgresql/postgresql-10.16.ebuild +++ b/dev-db/postgresql/postgresql-10.16.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) inherit flag-o-matic linux-info multilib pam prefix python-single-r1 systemd -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) |