commit:     7c2bb52fc47269b75ab86dc5f7f27c71bf06cd0b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 06:11:08 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 06:11:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2bb52f

dev-ruby/asciidoctor-diagram: fix dependency

Fix asciidoctor dependency to actually include asciidoctor 2.x. Patch by
Amel Hodzic.

Fixes: https://bugs.gentoo.org/683670
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.16.ebuild 
b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.16.ebuild
index 146e83d9a8d..69a7c33753f 100644
--- a/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.16.ebuild
+++ b/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-1.5.16.ebuild
@@ -23,7 +23,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-ruby_add_rdepend "=dev-ruby/asciidoctor-1.5* <dev-ruby/asciidoctor-3"
+ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.0 <dev-ruby/asciidoctor-3"
 
 all_ruby_prepare() {
        rm Gemfile || die

Reply via email to