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

Collapse All | Expand All

(-)cinnamon-screensaver-3.2.13-r1.ebuild.orig (-3 / +4 lines)
Lines 3-9 Link Here
3
# $Id$
3
# $Id$
4
4
5
EAPI=6
5
EAPI=6
6
PYTHON_COMPAT=( python3_4 )
6
PYTHON_COMPAT=( python3_5 )
7
7
8
inherit autotools gnome2 multilib python-single-r1
8
inherit autotools gnome2 multilib python-single-r1
9
9
Lines 13-19 Link Here
13
13
14
LICENSE="GPL-2+"
14
LICENSE="GPL-2+"
15
SLOT="0"
15
SLOT="0"
16
IUSE="debug doc pam systemd"
16
IUSE="debug doc pam systemd webkit"
17
KEYWORDS="~amd64 ~x86"
17
KEYWORDS="~amd64 ~x86"
18
18
19
COMMON_DEPEND="
19
COMMON_DEPEND="
Lines 24-30 Link Here
24
	>=gnome-base/libgnomekbd-3.6
24
	>=gnome-base/libgnomekbd-3.6
25
	>=dev-libs/dbus-glib-0.78
25
	>=dev-libs/dbus-glib-0.78
26
26
27
	net-libs/webkit-gtk:4[introspection]
27
	webkit? net-libs/webkit-gtk:4[introspection]
28
28
29
	sys-apps/dbus
29
	sys-apps/dbus
30
	x11-libs/libxklavier
30
	x11-libs/libxklavier
Lines 69-74 Link Here
69
}
69
}
70
70
71
src_prepare() {
71
src_prepare() {
72
	use webkit || epatch "${FILESDIR}/no-webkit.patch"
72
	python_fix_shebang screensavers
73
	python_fix_shebang screensavers
73
	eautoreconf
74
	eautoreconf
74
	gnome2_src_prepare
75
	gnome2_src_prepare

Return to bug 560764