dev-scheme/racket: put graphic libs in graphics USE
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
0bfb31863a
commit
4040d82d5f
@ -5,6 +5,9 @@
|
|||||||
<flag name="futures">
|
<flag name="futures">
|
||||||
Enable racket/future library for fine-grained hardware parallelism
|
Enable racket/future library for fine-grained hardware parallelism
|
||||||
</flag>
|
</flag>
|
||||||
|
<flag name="graphics">
|
||||||
|
Enable support for graphics
|
||||||
|
</flag>
|
||||||
<flag name="places">
|
<flag name="places">
|
||||||
Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model.
|
Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model.
|
||||||
</flag>
|
</flag>
|
||||||
|
@ -18,27 +18,31 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
IUSE="
|
IUSE="
|
||||||
+X
|
|
||||||
+doc
|
+doc
|
||||||
+futures
|
+futures
|
||||||
|
+graphics
|
||||||
+jit
|
+jit
|
||||||
+places
|
+places
|
||||||
+readline
|
+readline
|
||||||
+threads
|
+threads
|
||||||
|
X
|
||||||
minimal
|
minimal
|
||||||
"
|
"
|
||||||
REQUIRED_USE="
|
REQUIRED_USE="
|
||||||
futures? ( jit )
|
futures? ( jit )
|
||||||
|
X? ( graphics )
|
||||||
"
|
"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
!dev-tex/slatex
|
!dev-tex/slatex
|
||||||
dev-db/sqlite:3
|
dev-db/sqlite:3
|
||||||
dev-libs/libffi
|
dev-libs/libffi
|
||||||
|
graphics? (
|
||||||
media-libs/libpng:0
|
media-libs/libpng:0
|
||||||
virtual/jpeg:0
|
virtual/jpeg:0
|
||||||
x11-libs/cairo[X?]
|
x11-libs/cairo[X?]
|
||||||
x11-libs/pango[X?]
|
x11-libs/pango[X?]
|
||||||
|
)
|
||||||
readline? (
|
readline? (
|
||||||
dev-libs/libedit
|
dev-libs/libedit
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user