Lines 13-19
Link Here
|
13 |
LICENSE="UoI-NCSA" |
13 |
LICENSE="UoI-NCSA" |
14 |
SLOT="0" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
15 |
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
16 |
IUSE="debug doc gold +libffi multitarget ocaml test udis86 vim-syntax" |
16 |
IUSE="c++0x debug doc gold +libffi multitarget ocaml test udis86 vim-syntax" |
17 |
|
17 |
|
18 |
DEPEND="dev-lang/perl |
18 |
DEPEND="dev-lang/perl |
19 |
dev-python/sphinx |
19 |
dev-python/sphinx |
Lines 111-117
Link Here
|
111 |
--with-optimize-option= |
111 |
--with-optimize-option= |
112 |
$(use_enable !debug optimized) |
112 |
$(use_enable !debug optimized) |
113 |
$(use_enable debug assertions) |
113 |
$(use_enable debug assertions) |
114 |
$(use_enable debug expensive-checks)" |
114 |
$(use_enable debug expensive-checks) |
|
|
115 |
$(use_enable c++0x cxx11)" |
115 |
|
116 |
|
116 |
if use multitarget; then |
117 |
if use multitarget; then |
117 |
CONF_FLAGS="${CONF_FLAGS} --enable-targets=all" |
118 |
CONF_FLAGS="${CONF_FLAGS} --enable-targets=all" |