Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 396717
Collapse All | Expand All

(-)mpack-1.6-r2.ebuild (-2 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.6-r2.ebuild,v 1.1 2011/12/31 22:45:11 sping Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.6-r2.ebuild,v 1.1 2011/12/31 22:45:11 sping Exp $
4
4
5
EAPI="3"
5
EAPI=4
6
6
7
inherit eutils
7
inherit eutils
8
8
Lines 22-28 Link Here
22
	epatch "${FILESDIR}"/${P}-cve-2011-4919.patch
22
	epatch "${FILESDIR}"/${P}-cve-2011-4919.patch
23
}
23
}
24
24
25
src_compile () {
26
	emake CC="$(tc-getCC)"
27
}
28
25
src_install () {
29
src_install () {
26
	make DESTDIR=${D} install || die
30
	emake DESTDIR=${D} install
27
	dodoc README.* Changes
31
	dodoc README.* Changes
28
}
32
}

Return to bug 396717