diff options
author | 2017-12-08 10:19:46 +0100 | |
---|---|---|
committer | 2017-12-09 08:51:10 +0100 | |
commit | 0bd2fc813e1886a9a46f149af6f82b0a248d31b1 (patch) | |
tree | 8cc11e87969302c15d1d758265168b1327a30c99 /dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild | |
parent | dev-ruby/protected_attributes: drop x86 for rails 4.2 cleanup (diff) | |
download | gentoo-0bd2fc813e1886a9a46f149af6f82b0a248d31b1.tar.gz gentoo-0bd2fc813e1886a9a46f149af6f82b0a248d31b1.tar.bz2 gentoo-0bd2fc813e1886a9a46f149af6f82b0a248d31b1.zip |
dev-ruby/postgres_ext: drop x86 for rails 4.2 cleanup
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild')
-rw-r--r-- | dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild index 1c406910eb46..2656b0f4076c 100644 --- a/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild +++ b/dev-ruby/postgres_ext/postgres_ext-2.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22" +USE_RUBY="ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -14,7 +14,7 @@ SRC_URI="mirror://rubygems/${P}.gem" LICENSE="BSD" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm" IUSE="" # Requires live database connection |