Skip to content

Commit

Permalink
dev-ruby/public_suffix: Add support ruby27 + tests 3.1.1
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/765253
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Guillaume Seren <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
GuillaumeSeren authored and thesamesam committed Sep 28, 2021
1 parent f4e95a1 commit 0bd911c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-ruby/public_suffix/public_suffix-3.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -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=""
Expand All @@ -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 )"

Expand Down

0 comments on commit 0bd911c

Please sign in to comment.