commit: de15080c284115fdd219ae46f135a1762e3cd3e3 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Wed Nov 21 15:49:02 2018 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Wed Nov 21 18:20:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de15080c
dev-ruby/postgres_ext: x86 cleanup qa warning Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> dev-ruby/postgres_ext/postgres_ext-3.0.1.ebuild | 8 ++++---- 1 file 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 37ff049a3b7..907385a5ddb 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
