Lines 13-19
Link Here
|
13 |
LICENSE="GPL-2" |
13 |
LICENSE="GPL-2" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
15 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" |
16 |
IUSE="alsa bluetooth esd gnutls ncurses pulseaudio sasl +sdl vde kqemu kvm" |
16 |
IUSE="alsa bluetooth esd gnutls ncurses pulseaudio sasl +sdl vde kqemu kvm static" |
17 |
|
17 |
|
18 |
COMMON_TARGETS="i386 x86_64 arm cris m68k mips mipsel mips64 mips64el ppc ppc64 sh4 sh4eb sparc" |
18 |
COMMON_TARGETS="i386 x86_64 arm cris m68k mips mipsel mips64 mips64el ppc ppc64 sh4 sh4eb sparc" |
19 |
|
19 |
|
Lines 103-108
Link Here
|
103 |
--disable-kqemu --disable-kvm" |
103 |
--disable-kqemu --disable-kvm" |
104 |
fi |
104 |
fi |
105 |
|
105 |
|
|
|
106 |
if use static; then |
107 |
conf_opts="$conf_opts --static" |
108 |
fi |
109 |
|
106 |
if test ! -z "${user_targets}" ; then |
110 |
if test ! -z "${user_targets}" ; then |
107 |
einfo "Building following user targets: ${user_targets}" |
111 |
einfo "Building following user targets: ${user_targets}" |
108 |
conf_opts="$conf_opts --enable-linux-user" |
112 |
conf_opts="$conf_opts --enable-linux-user" |