Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435414 | Differences between
and this patch

Collapse All | Expand All

(-)x11-libs/libfm/libfm-1.0.ebuild.old (-2 / +2 lines)
Lines 15-21 Link Here
15
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
16
LICENSE="GPL-2"
16
LICENSE="GPL-2"
17
SLOT="0"
17
SLOT="0"
18
IUSE="debug examples"
18
IUSE="debug examples +udisks"
19
19
20
COMMON_DEPEND=">=dev-libs/glib-2.18:2
20
COMMON_DEPEND=">=dev-libs/glib-2.18:2
21
	>=x11-libs/gtk+-2.16:2
21
	>=x11-libs/gtk+-2.16:2
Lines 45-53 Link Here
45
		--sysconfdir="${EPREFIX}/etc" \
45
		--sysconfdir="${EPREFIX}/etc" \
46
		--disable-dependency-tracking \
46
		--disable-dependency-tracking \
47
		--disable-static \
47
		--disable-static \
48
		$(use_enable udev udisks) \
49
		$(use_enable examples demo) \
48
		$(use_enable examples demo) \
50
		$(use_enable debug) \
49
		$(use_enable debug) \
50
		$(use_enable udisks) \
51
		# Documentation fails to build at the moment
51
		# Documentation fails to build at the moment
52
		# $(use_enable doc gtk-doc) \
52
		# $(use_enable doc gtk-doc) \
53
		# $(use_enable doc gtk-doc-html) \
53
		# $(use_enable doc gtk-doc-html) \

Return to bug 435414