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

(-)/usr/portage/app-admin/sysstat/sysstat-11.2.0.ebuild (-3 / +6 lines)
Lines 12-20 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 static"
15
IUSE="+cron debug +doc isag nls lm_sensors selinux static"
16
16
17
CDEPEND="
17
CDEPEND="
18
	cron? ( !sys-process/dcron )
18
	isag? (
19
	isag? (
19
		dev-lang/tk:0
20
		dev-lang/tk:0
20
		dev-vcs/rcs
21
		dev-vcs/rcs
Lines 66-72 Link Here
66
			$(use_enable isag install-isag) \
67
			$(use_enable isag install-isag) \
67
			$(use_enable lm_sensors sensors) \
68
			$(use_enable lm_sensors sensors) \
68
			$(use_enable nls) \
69
			$(use_enable nls) \
69
			--enable-install-cron
70
			$(use_enable cron install-cron)
70
}
71
}
71
72
72
src_compile() {
73
src_compile() {
Lines 83-89 Link Here
83
84
84
	dodoc contrib/sargraph/sargraph
85
	dodoc contrib/sargraph/sargraph
85
86
86
	rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
87
	if use cron; then
88
		rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
89
	fi
87
	newinitd "${FILESDIR}"/${PN}.init.d ${PN}
90
	newinitd "${FILESDIR}"/${PN}.init.d ${PN}
88
	systemd_dounit ${PN}.service
91
	systemd_dounit ${PN}.service
89
92

Return to bug 531032