diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2018-03-05 19:41:34 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2018-03-05 19:41:34 +0100 |
commit | a39c85fe182ecb66cb4c0319b3ecd5f160a02a0b (patch) | |
tree | 11918886e1bdc1ba165647ec992c5aa5587748c7 /dev-db/postgresql | |
parent | dev-db/postgresql-9.3.22-r0: alpha stable (diff) | |
download | gentoo-a39c85fe182ecb66cb4c0319b3ecd5f160a02a0b.tar.gz gentoo-a39c85fe182ecb66cb4c0319b3ecd5f160a02a0b.tar.bz2 gentoo-a39c85fe182ecb66cb4c0319b3ecd5f160a02a0b.zip |
dev-db/postgresql-9.4.17-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/649288
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-9.4.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.4.17.ebuild b/dev-db/postgresql/postgresql-9.4.17.ebuild index c13970388057..a1248b747bfe 100644 --- a/dev-db/postgresql/postgresql-9.4.17.ebuild +++ b/dev-db/postgresql/postgresql-9.4.17.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 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" |