diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-07-15 18:41:14 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-07-15 18:41:14 +0200 |
commit | fff5e35efa29065441440f9cc9318e5441ab8bbe (patch) | |
tree | 4f7201622ba147a9a05318789b3ee617cae2a6de /dev-db/postgresql | |
parent | app-misc/chkcrontab-1.7-r0: add amd64 keyword (diff) | |
download | gentoo-fff5e35efa29065441440f9cc9318e5441ab8bbe.tar.gz gentoo-fff5e35efa29065441440f9cc9318e5441ab8bbe.tar.bz2 gentoo-fff5e35efa29065441440f9cc9318e5441ab8bbe.zip |
dev-db/postgresql-9.6.3-r1: add amd64 keyword
Gentoo-Bug: 624432
Diffstat (limited to 'dev-db/postgresql')
-rw-r--r-- | dev-db/postgresql/postgresql-9.6.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.6.3-r1.ebuild b/dev-db/postgresql/postgresql-9.6.3-r1.ebuild index 2a038398f8ea..670a488d1ee7 100644 --- a/dev-db/postgresql/postgresql-9.6.3-r1.ebuild +++ b/dev-db/postgresql/postgresql-9.6.3-r1.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 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~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)" |