diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-02-12 07:15:28 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-02-12 07:15:28 +0100 |
commit | e97086ecd855d44eed351959815ffb6b920b867a (patch) | |
tree | 7ec4a57d44a0b04f2d11082e46f2ff70e8b5245f /dev-ruby/pg | |
parent | dev-ruby/activemodel: restore ~x86 keyword (diff) | |
download | gentoo-e97086ecd855d44eed351959815ffb6b920b867a.tar.gz gentoo-e97086ecd855d44eed351959815ffb6b920b867a.tar.bz2 gentoo-e97086ecd855d44eed351959815ffb6b920b867a.zip |
dev-ruby/pg: restore ~x86 keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-0.18.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/pg/pg-0.18.4-r1.ebuild b/dev-ruby/pg/pg-0.18.4-r1.ebuild index d5c133c2ca79..5e66b55746e1 100644 --- a/dev-ruby/pg/pg-0.18.4-r1.ebuild +++ b/dev-ruby/pg/pg-0.18.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND+=" dev-db/postgresql:*" |