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

Collapse All | Expand All

(-)sysstat-11.0.5.ebuild.orig (-3 / +3 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
15
IUSE="debug +doc isag nls lm_sensors selinux"
15
IUSE="cron debug +doc isag nls lm_sensors selinux"
16
16
17
CDEPEND="
17
CDEPEND="
18
	isag? (
18
	isag? (
Lines 61-68 Link Here
61
			$(use_enable doc documentation ) \
61
			$(use_enable doc documentation ) \
62
			$(use_enable isag install-isag) \
62
			$(use_enable isag install-isag) \
63
			$(use_enable lm_sensors sensors) \
63
			$(use_enable lm_sensors sensors) \
64
			$(use_enable nls) \
64
			$(use_enable cron enable-install-cron) \
65
			--enable-install-cron
65
			$(use_enable nls)
66
}
66
}
67
67
68
src_compile() {
68
src_compile() {

Return to bug 531032