mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
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@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user