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.0.6.ebuild (-4 / +7 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"
15
IUSE="cron debug +doc isag nls lm_sensors selinux"
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 63-70 Link Here
63
			$(use_enable doc documentation ) \
64
			$(use_enable doc documentation ) \
64
			$(use_enable isag install-isag) \
65
			$(use_enable isag install-isag) \
65
			$(use_enable lm_sensors sensors) \
66
			$(use_enable lm_sensors sensors) \
66
			$(use_enable nls) \
67
			$(use_enable cron install-cron) \
67
			--enable-install-cron
68
			$(use_enable nls)
68
}
69
}
69
70
70
src_compile() {
71
src_compile() {
Lines 81-87 Link Here
81
82
82
	dodoc contrib/sargraph/sargraph
83
	dodoc contrib/sargraph/sargraph
83
84
84
	rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
85
	if use cron; then
86
		rm -r "${D}/${SYSSTAT_FAKE_RC_DIR}" || die
87
	fi
85
	newinitd "${FILESDIR}"/${PN}.init.d ${PN}
88
	newinitd "${FILESDIR}"/${PN}.init.d ${PN}
86
	systemd_dounit ${PN}.service
89
	systemd_dounit ${PN}.service
87
90

Return to bug 531032