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

Collapse All | Expand All

(-)portage/kde-base/ksysguard/ksysguard-4.4.5.ebuild (-1 / +5 lines)
Lines 6-12 Link Here
6
6
7
KMNAME="kdebase-workspace"
7
KMNAME="kdebase-workspace"
8
CPPUNIT_REQUIRED="optional"
8
CPPUNIT_REQUIRED="optional"
9
inherit kde4-meta
9
inherit kde4-meta flag-o-matic
10
10
11
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
11
DESCRIPTION="KSysguard is a network enabled task manager and system monitor application."
12
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
12
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
Lines 27-32 Link Here
27
"
27
"
28
28
29
src_configure() {
29
src_configure() {
30
	if [[ ${CHOST} == *-solaris* ]] ; then
31
		# needet for c99 isinf
32
		append-flags "-D__C99FEATURES__"
33
	fi
30
	mycmakeargs=(
34
	mycmakeargs=(
31
		$(cmake-utils_use_with lm_sensors Sensors)
35
		$(cmake-utils_use_with lm_sensors Sensors)
32
	)
36
	)

Return to bug 328059