|
Lines 12-18
Link Here
|
| 12 |
LICENSE="GPL-2" |
12 |
LICENSE="GPL-2" |
| 13 |
SLOT="2" |
13 |
SLOT="2" |
| 14 |
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" |
| 15 |
IUSE="debug cryptsetup +gptfdisk +introspection selinux systemd" |
15 |
IUSE="debug cryptsetup +gptfdisk +introspection nls selinux systemd" |
| 16 |
|
16 |
|
| 17 |
UDEV_VERSION="197" |
17 |
UDEV_VERSION="197" |
| 18 |
COMMON_DEPEND=">=dev-libs/glib-2.32 |
18 |
COMMON_DEPEND=">=dev-libs/glib-2.32 |
|
Lines 68-73
Link Here
|
| 68 |
--localstatedir="${EPREFIX}"/var \ |
68 |
--localstatedir="${EPREFIX}"/var \ |
| 69 |
--disable-static \ |
69 |
--disable-static \ |
| 70 |
$(use_enable debug) \ |
70 |
$(use_enable debug) \ |
|
|
71 |
$(use_enable nls) \ |
| 71 |
--disable-gtk-doc \ |
72 |
--disable-gtk-doc \ |
| 72 |
$(use_enable introspection) \ |
73 |
$(use_enable introspection) \ |
| 73 |
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \ |
74 |
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html \ |