commit:     0ef8c6819569dd504c326ee393ea953822f998e8
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Aug 24 08:51:54 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Thu Aug 24 08:52:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ef8c681

dev-ruby/prawn-svg: enable ruby31, RESTRICT="test"

https://bugs.gentoo.org/901295
Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild 
b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
index 38b4e44066..4ab80437a9 100644
--- a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
+++ b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -16,6 +16,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
+# prawn breaks tests for some reasons, needs to be investigated; code
+# still works though.
+RESTRICT="test"
+
 ruby_add_rdepend "
        >=dev-ruby/css_parser-1.6.0
        >=dev-ruby/prawn-0.11.1

Reply via email to