Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491210
Collapse All | Expand All

(-)/usr/portage/sys-fs/udisks/udisks-2.1.1.ebuild (-1 / +2 lines)
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 \

Return to bug 491210