diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-03-22 19:06:09 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-03-22 19:06:09 +0100 |
commit | 475a284ed6494aa2c0dd6041881d26172a07bae1 (patch) | |
tree | 1ec937d0e8915bb30010fcda484d9c5d229d4cd3 /dev-db/postgresql | |
parent | media-sound/tomahawk: Compat. with liblastfm-1.1.0_pre20150206 (diff) | |
download | gentoo-475a284ed6494aa2c0dd6041881d26172a07bae1.tar.gz gentoo-475a284ed6494aa2c0dd6041881d26172a07bae1.tar.bz2 gentoo-475a284ed6494aa2c0dd6041881d26172a07bae1.zip |
dev-db/postgresql-9.6.8-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/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 fce21d7b454f..8527319e7d6e 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)" |