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

Collapse All | Expand All

(-)kde-base/kolf/kolf-3.5.2.ebuild (-7 / +1 lines)
Lines 4-9 Link Here
4
KMNAME=kdegames
4
KMNAME=kdegames
5
MAXKDEVER=$PV
5
MAXKDEVER=$PV
6
KM_DEPRANGE="$PV $MAXKDEVER"
6
KM_DEPRANGE="$PV $MAXKDEVER"
7
ARTS_IS_OPTIONAL=no
7
inherit kde-meta
8
inherit kde-meta
8
9
9
DESCRIPTION="KDE Minigolf Game"
10
DESCRIPTION="KDE Minigolf Game"
Lines 14-23 Link Here
14
15
15
KMEXTRACTONLY=libkdegames
16
KMEXTRACTONLY=libkdegames
16
KMCOPYLIB="libkdegames libkdegames"
17
KMCOPYLIB="libkdegames libkdegames"
17
18
pkg_setup() {
19
	if ! useq arts; then
20
		eerror "${PN} needs the USE=\"arts\" enabled and also the kdelibs compiled with the USE=\"arts\" enabled"
21
		die
22
	fi
23
}

Return to bug 133182