diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 13:18:26 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-01 15:44:55 +0200 |
commit | b7963974966ffa751590348c654153ab7a5b995f (patch) | |
tree | 8a4a71cce695d3524cb6e4b1705860b04685f302 /dev-ruby/pg | |
parent | dev-ruby/webmock: keyword ~arm64 (diff) | |
download | gentoo-b7963974966ffa751590348c654153ab7a5b995f.tar.gz gentoo-b7963974966ffa751590348c654153ab7a5b995f.tar.bz2 gentoo-b7963974966ffa751590348c654153ab7a5b995f.zip |
dev-ruby/pg: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/pg')
-rw-r--r-- | dev-ruby/pg/pg-0.18.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/pg/pg-0.18.4-r1.ebuild b/dev-ruby/pg/pg-0.18.4-r1.ebuild index d049822dbfb9..fc42bf0e5ba3 100644 --- a/dev-ruby/pg/pg-0.18.4-r1.ebuild +++ b/dev-ruby/pg/pg-0.18.4-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://bitbucket.org/ged/ruby-pg/" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~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:*" |