summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-01 00:13:40 +0100
committerSam James <sam@gentoo.org>2023-04-01 21:08:37 +0100
commit66a6e7005a47d61fb7d8aa9343a6c37722acced4 (patch)
tree88998db0602bf2cc166fe9196c46e3dc5c95955a /dev-ruby/ascii85
parentdev-ruby/crass: enable ruby32 (diff)
downloadgentoo-66a6e7005a47d61fb7d8aa9343a6c37722acced4.tar.gz
gentoo-66a6e7005a47d61fb7d8aa9343a6c37722acced4.tar.bz2
gentoo-66a6e7005a47d61fb7d8aa9343a6c37722acced4.zip
dev-ruby/ascii85: EAPI 8, enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/ascii85')
-rw-r--r--dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild (renamed from dev-ruby/ascii85/ascii85-1.1.0.ebuild)7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/ascii85/ascii85-1.1.0.ebuild b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
index c28d7b412d5a..6e96f6db44d0 100644
--- a/dev-ruby/ascii85/ascii85-1.1.0.ebuild
+++ b/dev-ruby/ascii85/ascii85-1.1.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md History.txt"
@@ -18,7 +18,6 @@ HOMEPAGE="https://github.com/datawraith/ascii85gem"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/minitest )"