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

(-)a/nemo-3.6.4.ebuild (-3 / +4 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
14
LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="amd64 x86"
16
KEYWORDS="amd64 x86"
17
IUSE="exif +introspection +nls packagekit tracker xmp"
17
IUSE="exif +introspection +nls packagekit selinux tracker xmp"
18
18
19
COMMON_DEPEND="
19
COMMON_DEPEND="
20
	>=dev-libs/glib-2.37.3:2[dbus]
20
	>=dev-libs/glib-2.37.3:2[dbus]
Lines 35-41 Link Here
35
	introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
35
	introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
36
	tracker? ( >=app-misc/tracker-0.12:= )
36
	tracker? ( >=app-misc/tracker-0.12:= )
37
	xmp? ( >=media-libs/exempi-2.2.0:= )
37
	xmp? ( >=media-libs/exempi-2.2.0:= )
38
	sys-libs/libselinux
38
	selinux? ( sys-libs/libselinux )
39
"
39
"
40
RDEPEND="${COMMON_DEPEND}
40
RDEPEND="${COMMON_DEPEND}
41
	x11-themes/adwaita-icon-theme
41
	x11-themes/adwaita-icon-theme
Lines 74-80 Link Here
74
		$(use_enable exif libexif) \
74
		$(use_enable exif libexif) \
75
		$(use_enable introspection) \
75
		$(use_enable introspection) \
76
		$(use_enable tracker) \
76
		$(use_enable tracker) \
77
		$(use_enable xmp)
77
		$(use_enable xmp) \
78
		$(use_enable selinux)
78
}
79
}
79
80
80
src_test() {
81
src_test() {

Return to bug 662550