Lines 32-37
IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline selinux
Link Here
|
32 |
RDEPEND="caps? ( sys-libs/libcap-ng ) |
32 |
RDEPEND="caps? ( sys-libs/libcap-ng ) |
33 |
cramfs? ( sys-libs/zlib:= ) |
33 |
cramfs? ( sys-libs/zlib:= ) |
34 |
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] ) |
34 |
ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] ) |
|
|
35 |
nls? ( virtual/libintl[${MULTILIB_USEDEP}] ) |
35 |
pam? ( sys-libs/pam ) |
36 |
pam? ( sys-libs/pam ) |
36 |
python? ( ${PYTHON_DEPS} ) |
37 |
python? ( ${PYTHON_DEPS} ) |
37 |
readline? ( sys-libs/readline:0= ) |
38 |
readline? ( sys-libs/readline:0= ) |
Lines 119-125
multilib_src_configure() {
Link Here
|
119 |
local myeconfargs=( |
120 |
local myeconfargs=( |
120 |
--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" |
121 |
--enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" |
121 |
--with-bashcompletiondir="$(get_bashcompdir)" |
122 |
--with-bashcompletiondir="$(get_bashcompdir)" |
122 |
$(multilib_native_use_enable nls) |
|
|
123 |
$(multilib_native_use_enable suid makeinstall-chown) |
123 |
$(multilib_native_use_enable suid makeinstall-chown) |
124 |
$(multilib_native_use_enable suid makeinstall-setuid) |
124 |
$(multilib_native_use_enable suid makeinstall-setuid) |
125 |
$(multilib_native_use_with python) |
125 |
$(multilib_native_use_with python) |
Lines 130-135
multilib_src_configure() {
Link Here
|
130 |
$(multilib_native_usex ncurses "$(use_with unicode ncursesw)" '--without-ncursesw') |
130 |
$(multilib_native_usex ncurses "$(use_with unicode ncursesw)" '--without-ncursesw') |
131 |
$(multilib_native_usex ncurses "$(use_with !unicode ncurses)" '--without-ncurses') |
131 |
$(multilib_native_usex ncurses "$(use_with !unicode ncurses)" '--without-ncurses') |
132 |
$(tc-has-tls || echo --disable-tls) |
132 |
$(tc-has-tls || echo --disable-tls) |
|
|
133 |
$(use_enable nls) |
133 |
$(use_enable unicode widechar) |
134 |
$(use_enable unicode widechar) |
134 |
$(use_enable static-libs static) |
135 |
$(use_enable static-libs static) |
135 |
$(use_with selinux) |
136 |
$(use_with selinux) |
136 |
- |
|
|