diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2018-11-21 10:49:02 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-11-21 13:20:43 -0500 |
commit | de15080c284115fdd219ae46f135a1762e3cd3e3 (patch) | |
tree | 6adbd49ffce1b96061ddf382cb476507458a3c74 /dev-ruby/postgres_ext | |
parent | dev-ruby/arel-helpers: x86 (diff) | |
download | gentoo-de15080c284115fdd219ae46f135a1762e3cd3e3.tar.gz gentoo-de15080c284115fdd219ae46f135a1762e3cd3e3.tar.bz2 gentoo-de15080c284115fdd219ae46f135a1762e3cd3e3.zip |
dev-ruby/postgres_ext: x86
cleanup qa warning
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-ruby/postgres_ext')
-rw-r--r-- | dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild b/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild index 37ff049a3b7a..907385a5ddb1 100644 --- a/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild +++ b/dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,14 +6,14 @@ USE_RUBY="ruby22 ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc" -inherit ruby-fakegem versionator +inherit ruby-fakegem eapi7-ver DESCRIPTION="Native PostgreSQL data types and querying extensions for ActiveRecord and Arel" HOMEPAGE="https://github.com/dockyard/postgres_ext" LICENSE="BSD" -SLOT="$(get_version_component_range 1)" -KEYWORDS="~amd64 ~arm" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" # Requires live database connection |