diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-09-02 21:55:38 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-09-02 21:55:38 +0200 |
commit | 39a0ab9cd402a47e6dd53d30f0d9f12999b360cc (patch) | |
tree | c155115040f06f60ef6bbd72a625f0c475a8d212 /dev-db | |
parent | www-client/chromium: Add media-fonts/noto to the suggestion list (diff) | |
download | gentoo-39a0ab9cd402a47e6dd53d30f0d9f12999b360cc.tar.gz gentoo-39a0ab9cd402a47e6dd53d30f0d9f12999b360cc.tar.bz2 gentoo-39a0ab9cd402a47e6dd53d30f0d9f12999b360cc.zip |
dev-db/postgresql-9.3.14-r0: add alpha keyword
Gentoo-Bug: 591052
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/postgresql/postgresql-9.3.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.3.14.ebuild b/dev-db/postgresql/postgresql-9.3.14.ebuild index f4ec2fadf2dd..8772ac0a2744 100644 --- a/dev-db/postgresql/postgresql-9.3.14.ebuild +++ b/dev-db/postgresql/postgresql-9.3.14.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) 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 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" SLOT="$(get_version_component_range 1-2)" |