blob: d1643956cd41e1073ae0f8481a30246b61e9973c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# tcl ebuild overwrites Apple's tcl, so we mask it (dev-lang/ruby)
tcltk
# Collision-protect
a52
# readline collides with the Apple system install
readline
# guile depends on readline
guile
# gtk+ pulls in XML-Parser with USE="nls xml", so Perl issue should
# be resolved first before keywording them
gtk
gtk2
perl
# imlib depends on gtk+-1
imlib
# wxwindows needs wxGTK which in turn needs gtk+
wxwindows
# see GCC man-page (-static): "This option will not work on Mac OS X..."
static
|