Lines 11-20
Link Here
|
11 |
KEYWORDS="~amd64 ppc x86" |
11 |
KEYWORDS="~amd64 ppc x86" |
12 |
LICENSE="GPL-2" |
12 |
LICENSE="GPL-2" |
13 |
SLOT="0" |
13 |
SLOT="0" |
14 |
IUSE="alsa hardened opengl" |
14 |
IUSE="alsa debugger hardened opengl" |
15 |
|
15 |
|
16 |
DEPEND="virtual/libc |
16 |
DEPEND="virtual/libc |
17 |
alsa? ( media-libs/alsa-lib ) |
17 |
alsa? ( media-libs/alsa-lib ) |
|
|
18 |
debugger? ( sys-libs/ncurses ) |
18 |
opengl? ( virtual/opengl ) |
19 |
opengl? ( virtual/opengl ) |
19 |
media-libs/libpng |
20 |
media-libs/libpng |
20 |
sys-libs/zlib |
21 |
sys-libs/zlib |
Lines 39-44
Link Here
|
39 |
if use hardened ; then |
40 |
if use hardened ; then |
40 |
myconf="${myconf} --disable-dynamic-x86" |
41 |
myconf="${myconf} --disable-dynamic-x86" |
41 |
fi |
42 |
fi |
|
|
43 |
|
44 |
if use debugger ; then |
45 |
myconf="${myconf} --enable-debug=heavy" |
46 |
fi |
47 |
|
42 |
egamesconf \ |
48 |
egamesconf \ |
43 |
--disable-dependency-tracking \ |
49 |
--disable-dependency-tracking \ |
44 |
${myconf} \ |
50 |
${myconf} \ |