diff options
author | Huang Rui <vowstar@gmail.com> | 2023-08-24 16:54:09 +0800 |
---|---|---|
committer | Huang Rui <vowstar@gmail.com> | 2023-08-24 16:54:23 +0800 |
commit | a90e00d2ea1f765b8a8738fd2e4b1a28acb102f3 (patch) | |
tree | 1ce0732fb5d0eb929bc681b4b10c31bb9e60dcfa /dev-ruby | |
parent | dev-ruby/prawn-icon: enable ruby31, RESTRICT="test" (diff) | |
download | guru-a90e00d2ea1f765b8a8738fd2e4b1a28acb102f3.tar.gz guru-a90e00d2ea1f765b8a8738fd2e4b1a28acb102f3.tar.bz2 guru-a90e00d2ea1f765b8a8738fd2e4b1a28acb102f3.zip |
dev-ruby/prawn-templates: enable ruby31, RESTRICT="test"
Signed-off-by: Huang Rui <vowstar@gmail.com>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild index 2129f898d..38a8ae9cb 100644 --- a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild +++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.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 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="" +# prawn breaks tests for some reasons, needs to be investigated; code +# still works though. +RESTRICT="test" + ruby_add_rdepend " >=dev-ruby/pdf-reader-1.2 >=dev-ruby/prawn-0.11.1 |