diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-17 14:08:00 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-17 14:08:25 -0700 |
commit | 2a40c195827e66ab5b259c46727ac073a00873ff (patch) | |
tree | 1c067b5dafffac8a38424cd135026ca21f91a291 /dev-db/postgresql | |
parent | dev-db/postgresql-9.5.12: ppc64 stable, bug 649288 (diff) | |
download | gentoo-2a40c195827e66ab5b259c46727ac073a00873ff.tar.gz gentoo-2a40c195827e66ab5b259c46727ac073a00873ff.tar.bz2 gentoo-2a40c195827e66ab5b259c46727ac073a00873ff.zip |
dev-db/postgresql-9.6.8: ppc64 stable, bug 649288
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.6.8.ebuild b/dev-db/postgresql/postgresql-9.6.8.ebuild index f66cb9d0a2ae..fce21d7b454f 100644 --- a/dev-db/postgresql/postgresql-9.6.8.ebuild +++ b/dev-db/postgresql/postgresql-9.6.8.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \ systemd user versionator -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" |