commit:     64fbe042a5889d8fa41d78abdc378117083a9c1c
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 14:24:46 2022 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 14:26:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64fbe042

dev-ruby/prawn-templates: fix missing RDEPEND

Signed-off-by: Huang Rui <vowstar <AT> gmail.com>

 dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild 
b/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
index c7d8afcc2..2129f898d 100644
--- a/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
+++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2.ebuild
@@ -16,8 +16,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
+ruby_add_rdepend "
+       >=dev-ruby/pdf-reader-1.2
+       >=dev-ruby/prawn-0.11.1
+       "
+
 ruby_add_bdepend "test? ( dev-ruby/mocha
        >=dev-ruby/pdf-inspector-1.1.0
-       >=dev-ruby/pdf-reader-1.2
        >=dev-ruby/prawn-1.3.0
        )"

Reply via email to