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

Collapse All | Expand All

(-)kerneloops-0.11.ebuild.orig (-1 / +3 lines)
Lines 15-27 Link Here
15
15
16
DEPEND="net-misc/curl
16
DEPEND="net-misc/curl
17
		sys-apps/dbus
17
		sys-apps/dbus
18
		dev-libs/glib:2
18
		gtk? ( x11-libs/gtk+ x11-libs/libnotify dev-util/desktop-file-utils )
19
		gtk? ( x11-libs/gtk+ x11-libs/libnotify dev-util/desktop-file-utils )
19
		"
20
		"
20
RDEPEND="${DEPEND}"
21
RDEPEND="${DEPEND}"
21
22
22
src_unpack() {
23
src_unpack() {
23
	unpack ${A}
24
	unpack ${A}
24
	cd "${WORKDIR}"
25
	cd "${S}"
26
	epatch "${FILESDIR}"/${PN}-makefile.patch
25
}
27
}
26
28
27
src_compile() {
29
src_compile() {

Return to bug 206653