diff options
author | Sam James <sam@gentoo.org> | 2023-04-02 05:57:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-03 01:46:23 +0100 |
commit | 07312cf00792d205860a6d6bad45c3c7f944114a (patch) | |
tree | f13b6c95819c79a89250f4cea71d51ee61731f70 /dev-ruby/ansi | |
parent | dev-ruby/rubytest: enable ruby32 (diff) | |
download | gentoo-07312cf00792d205860a6d6bad45c3c7f944114a.tar.gz gentoo-07312cf00792d205860a6d6bad45c3c7f944114a.tar.bz2 gentoo-07312cf00792d205860a6d6bad45c3c7f944114a.zip |
dev-ruby/ansi: EAPI 8, enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ansi')
-rw-r--r-- | dev-ruby/ansi/ansi-1.5.0-r2.ebuild (renamed from dev-ruby/ansi/ansi-1.5.0-r1.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild b/dev-ruby/ansi/ansi-1.5.0-r2.ebuild index a72fb394da1a..8d5e9716b8e1 100644 --- a/dev-ruby/ansi/ansi-1.5.0-r1.ebuild +++ b/dev-ruby/ansi/ansi-1.5.0-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -17,7 +17,6 @@ HOMEPAGE="https://rubyworks.github.io/ansi/" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" # Tests cause circular dependencies with dev-ruby/qed & dev-ruby/rubytest RESTRICT="test" |