Lines 15-21
Link Here
|
15 |
|
15 |
|
16 |
LICENSE="LGPL-2+" |
16 |
LICENSE="LGPL-2+" |
17 |
SLOT="2" |
17 |
SLOT="2" |
18 |
IUSE="debug fam kernel_linux selinux static-libs systemtap test utils xattr" |
18 |
IUSE="debug fam kernel_linux +man selinux static-libs systemtap test utils xattr" |
19 |
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" |
19 |
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" |
20 |
|
20 |
|
21 |
# FIXME: want libselinux[${MULTILIB_USEDEP}] - bug #480960 |
21 |
# FIXME: want libselinux[${MULTILIB_USEDEP}] - bug #480960 |
Lines 40-50
Link Here
|
40 |
) |
40 |
) |
41 |
" |
41 |
" |
42 |
DEPEND="${RDEPEND} |
42 |
DEPEND="${RDEPEND} |
43 |
app-text/docbook-xml-dtd:4.1.2 |
|
|
44 |
>=dev-libs/libxslt-1.0 |
45 |
>=sys-devel/gettext-0.11 |
43 |
>=sys-devel/gettext-0.11 |
46 |
>=dev-util/gtk-doc-am-1.15 |
44 |
>=dev-util/gtk-doc-am-1.15 |
47 |
systemtap? ( >=dev-util/systemtap-1.3 ) |
45 |
systemtap? ( >=dev-util/systemtap-1.3 ) |
|
|
46 |
man? ( |
47 |
app-text/docbook-xml-dtd:4.1.2 |
48 |
>=dev-libs/libxslt-1.0 |
49 |
) |
48 |
test? ( |
50 |
test? ( |
49 |
sys-devel/gdb |
51 |
sys-devel/gdb |
50 |
${PYTHON_DEPS} |
52 |
${PYTHON_DEPS} |
Lines 205-217
Link Here
|
205 |
ECONF_SOURCE="${S}" econf ${myconf} \ |
207 |
ECONF_SOURCE="${S}" econf ${myconf} \ |
206 |
$(use_enable xattr) \ |
208 |
$(use_enable xattr) \ |
207 |
$(use_enable fam) \ |
209 |
$(use_enable fam) \ |
|
|
210 |
$(use_enable man) \ |
208 |
$(use_enable selinux) \ |
211 |
$(use_enable selinux) \ |
209 |
$(use_enable static-libs static) \ |
212 |
$(use_enable static-libs static) \ |
210 |
$(use_enable systemtap dtrace) \ |
213 |
$(use_enable systemtap dtrace) \ |
211 |
$(use_enable systemtap systemtap) \ |
214 |
$(use_enable systemtap systemtap) \ |
212 |
$(use_enable test modular-tests) \ |
215 |
$(use_enable test modular-tests) \ |
213 |
--disable-compile-warnings \ |
216 |
--disable-compile-warnings \ |
214 |
--enable-man \ |
|
|
215 |
--with-pcre=internal \ |
217 |
--with-pcre=internal \ |
216 |
--with-xml-catalog="${EPREFIX}/etc/xml/catalog" |
218 |
--with-xml-catalog="${EPREFIX}/etc/xml/catalog" |
217 |
} |
219 |
} |