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

Collapse All | Expand All

(-)file-roller-3.20.2.ebuild.orig (-2 / +3 lines)
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2+ CC-BY-SA-3.0"
13
LICENSE="GPL-2+ CC-BY-SA-3.0"
14
SLOT="0"
14
SLOT="0"
15
IUSE="nautilus packagekit"
15
IUSE="libnotify nautilus packagekit"
16
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
16
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
17
17
18
# gdk-pixbuf used extensively in the source
18
# gdk-pixbuf used extensively in the source
Lines 23-29 Link Here
23
	>=dev-libs/glib-2.36:2
23
	>=dev-libs/glib-2.36:2
24
	>=dev-libs/json-glib-0.14
24
	>=dev-libs/json-glib-0.14
25
	>=x11-libs/gtk+-3.13.2:3
25
	>=x11-libs/gtk+-3.13.2:3
26
	>=x11-libs/libnotify-0.4.3:=
26
	libnotify? ( >=x11-libs/libnotify-0.4.3:= )
27
	sys-apps/file
27
	sys-apps/file
28
	x11-libs/cairo
28
	x11-libs/cairo
29
	x11-libs/gdk-pixbuf:2
29
	x11-libs/gdk-pixbuf:2
Lines 74-79 Link Here
74
		--disable-debug \
74
		--disable-debug \
75
		--enable-magic \
75
		--enable-magic \
76
		--enable-libarchive \
76
		--enable-libarchive \
77
		$(use_enable libnotify notification) \
77
		$(use_enable nautilus nautilus-actions) \
78
		$(use_enable nautilus nautilus-actions) \
78
		$(use_enable packagekit)
79
		$(use_enable packagekit)
79
}
80
}

Return to bug 589846