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

Collapse All | Expand All

(-)/usr/portage/sys-apps/dstat/dstat-0.6.9-r1.ebuild (-2 / +3 lines)
Lines 14-25 Link Here
14
IUSE=""
14
IUSE=""
15
15
16
RDEPEND="virtual/python"
16
RDEPEND="virtual/python"
17
DEPEND=""
17
DEPEND="app-text/asciidoc"
18
18
19
src_prepare() {
19
src_prepare() {
20
	epatch "${FILESDIR}"/${P}-CVE-2009-3894.patch # 293497
20
	epatch "${FILESDIR}"/dstat_mysql5_conn.py.patch
21
}
21
}
22
22
23
23
src_install() {
24
src_install() {
24
	make install DESTDIR="${D}" || die "make install failed"
25
	make install DESTDIR="${D}" || die "make install failed"
25
26

Return to bug 297555