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

Collapse All | Expand All

(-)téléchargements/mgeups-psp-3.0.1.ebuild (-1 / +2 lines)
Lines 9-15 Link Here
9
SRC_URI="http://opensource.mgeups.com/projects/mgeups-psp/${P}.tar.gz"
9
SRC_URI="http://opensource.mgeups.com/projects/mgeups-psp/${P}.tar.gz"
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="0"
11
SLOT="0"
12
KEYWORDS="~x86"
12
KEYWORDS="~x86 ~amd64"
13
IUSE=""
13
IUSE=""
14
14
15
RDEPEND=">=www-apps/nut-2.0.2"
15
RDEPEND=">=www-apps/nut-2.0.2"
Lines 26-31 Link Here
26
26
27
27
28
src_compile() {
28
src_compile() {
29
	epatch ${FILESDIR}/mgeups-psp-gcc4.diff
29
	econf configure || die "could not configure"
30
	econf configure || die "could not configure"
30
	emake || die "emake failed"
31
	emake || die "emake failed"
31
}
32
}

Return to bug 111346