dev-ruby/public_suffix: Add support ruby27 + tests 3.1.1

Closes: https://bugs.gentoo.org/765253
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Guillaume Seren
2021-03-11 20:21:54 +01:00
committed by Sam James
parent f4e95a14b6
commit 0bd911c353

View File

@@ -1,11 +1,11 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
USE_RUBY="ruby25 ruby26 ruby27"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_EXTRAINSTALL="data"
RUBY_FAKEGEM_BINWRAP=""
@@ -18,7 +18,8 @@ HOMEPAGE="https://simonecarletti.com/code/publicsuffix-ruby/"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
LICENSE="MIT"
SLOT="3"
IUSE=""
IUSE="test"
RESTRICT="!test? ( test )"
ruby_add_bdepend "test? ( dev-ruby/mocha )"