diff options
author | 2018-01-29 09:21:45 +0100 | |
---|---|---|
committer | 2018-01-29 09:21:45 +0100 | |
commit | d57dab7d78c9b5b47675fb6d8add1565383b6468 (patch) | |
tree | d4cf24ea6915b2af4a9f5a733ccac80de799db4e | |
parent | app-text/aspell-0.60.7_rc1-r0: alpha stable (diff) | |
download | gentoo-d57dab7d78c9b5b47675fb6d8add1565383b6468.tar.gz gentoo-d57dab7d78c9b5b47675fb6d8add1565383b6468.tar.bz2 gentoo-d57dab7d78c9b5b47675fb6d8add1565383b6468.zip |
dev-db/postgresql-10.1-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/640634
-rw-r--r-- | dev-db/postgresql/postgresql-10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-10.1.ebuild b/dev-db/postgresql/postgresql-10.1.ebuild index 7e3f58344661..1f4466ffb357 100644 --- a/dev-db/postgresql/postgresql-10.1.ebuild +++ b/dev-db/postgresql/postgresql-10.1.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_major_version) |