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

(-)module-init-tools-3.12-r1.ebuild (-2 / +4 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/sys-apps/module-init-tools/module-init-tools-3.12-r1.ebuild,v 1.3 2011/05/11 19:20:54 angelos Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/module-init-tools/module-init-tools-3.12-r1.ebuild,v 1.3 2011/05/11 19:20:54 angelos Exp $
4
4
5
inherit eutils flag-o-matic
5
inherit eutils flag-o-matic toolchain-funcs
6
6
7
DESCRIPTION="tools for managing linux kernel modules"
7
DESCRIPTION="tools for managing linux kernel modules"
8
HOMEPAGE="http://modules.wiki.kernel.org/"
8
HOMEPAGE="http://modules.wiki.kernel.org/"
Lines 36-42 Link Here
36
}
36
}
37
37
38
src_test() {
38
src_test() {
39
	./tests/runtests || die
39
	emake -C tests/build clean || die
40
	tc-export CC
41
	./tests/runtests -v || die
40
}
42
}
41
43
42
src_install() {
44
src_install() {

Return to bug 366919