Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 870274 Details for
Bug 913922
dev-ruby/asciidoctor-diagram should not RDEPEND on virtual/jre
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Added USE flags
asciidoctor-diagram.patch (text/plain), 1.23 KB, created by
Cedric Sodhi
on 2023-09-10 16:44:33 UTC
(
hide
)
Description:
Added USE flags
Filename:
MIME Type:
Creator:
Cedric Sodhi
Created:
2023-09-10 16:44:33 UTC
Size:
1.23 KB
patch
obsolete
>--- portage/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild 2023-04-08 11:40:23.000000000 +0200 >+++ overlays/personal/dev-ruby/asciidoctor-diagram/asciidoctor-diagram-2.0.5-r1.ebuild 2023-09-10 18:43:12.175755737 +0200 >@@ -20,17 +20,38 @@ > LICENSE="MIT" > SLOT="0" > KEYWORDS="~amd64" >+ >+backends=( >+ "barcode" "dev-ruby/rqrcode dev-ruby/barby" >+ "ditaa" "media-gfx/ditaa virtual/jre" >+ "gnuplot" "sci-visualization/gnuplot" >+ "graphviz" "media-gfx/graphviz" >+ "lilypond" "media-sound/lilypond" >+ "meme" "media-gfx/imagemagick[png]" >+ "mscgen" "media-gfx/mscgen[png]" >+ "plantuml" "media-gfx/plantuml virtual/jre" >+ "tikz" "dev-tex/pgf" >+) >+ > IUSE="" >+RDEPEND="" >+DEPEND="test? (" >+ >+i=0 >+while (( i < ${#backends[@]} )) >+do >+ backend="${backends[i]}" >+ deps="${backends[i+1]}" >+ >+ IUSE+=" $backend" >+ RDEPEND+=" $backend? ( $deps )" >+ DEPEND+=" $deps" >+ >+ ((i+=2)) >+done >+ >+DEPEND+=" )" > >-RDEPEND+=" virtual/jre" >-DEPEND+=" test? ( >- dev-texlive/texlive-latex >- dev-texlive/texlive-latexextra >- media-gfx/imagemagick[png,postscript] >- media-gfx/graphviz >- media-sound/lilypond >- sci-visualization/gnuplot >-)" > ruby_add_rdepend ">=dev-ruby/asciidoctor-1.5.7 <dev-ruby/asciidoctor-3" > > all_ruby_prepare() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 913922
:
870274
|
870276
|
870277
|
870278
|
870812