Files
guru/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
Huang Rui 4853c45928 dev-ruby/prawn-icon: fix 868918
Tests blocks many keywords (including x86) and new dependencies,
skipping for now.

Closes: https://bugs.gentoo.org/868918
Signed-off-by: Huang Rui <vowstar@gmail.com>
2022-09-07 11:33:33 +08:00

25 lines
594 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby26 ruby27 ruby30"
RUBY_FAKEGEM_RECIPE_DOC="yard"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_EXTRAINSTALL="data"
inherit ruby-fakegem
DESCRIPTION="Provides support for icons in Prawn"
HOMEPAGE="https://github.com/jessedoyle/prawn-icon"
LICENSE="|| ( GPL-2+ GPL-3 Ruby )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE=""
# Tests blocks many keywords and new dependencies, skipping for now
RESTRICT=test
ruby_add_rdepend ">=dev-ruby/prawn-1.1.0"