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

(-)kmod-7.ebuild (+1 lines)
Lines 23-38 SLOT="0" Link Here
23
IUSE="debug doc lzma static-libs +tools zlib"
23
IUSE="debug doc lzma static-libs +tools zlib"
24
24
25
COMMON_DEPEND="!sys-apps/module-init-tools
25
COMMON_DEPEND="!sys-apps/module-init-tools
26
	!sys-apps/modutils
26
	!sys-apps/modutils
27
	lzma? ( app-arch/xz-utils )
27
	lzma? ( app-arch/xz-utils )
28
	zlib? ( sys-libs/zlib )"
28
	zlib? ( sys-libs/zlib )"
29
29
30
DEPEND="${COMMON_DEPEND}
30
DEPEND="${COMMON_DEPEND}
31
	dev-util/pkgconfig
31
	doc? ( dev-util/gtk-doc )"
32
	doc? ( dev-util/gtk-doc )"
32
RDEPEND="${COMMON_DEPEND}"
33
RDEPEND="${COMMON_DEPEND}"
33
34
34
# Upstream does not support running the test suite with custom configure flags.
35
# Upstream does not support running the test suite with custom configure flags.
35
# I was also told that the test suite is intended for kmod developers.
36
# I was also told that the test suite is intended for kmod developers.
36
# So we have to restrict it.
37
# So we have to restrict it.
37
# See bug #408915.
38
# See bug #408915.
38
RESTRICT="test"
39
RESTRICT="test"
(-)kmod-9999.ebuild (+1 lines)
Lines 23-38 SLOT="0" Link Here
23
IUSE="debug doc lzma static-libs +tools zlib"
23
IUSE="debug doc lzma static-libs +tools zlib"
24
24
25
COMMON_DEPEND="!sys-apps/module-init-tools
25
COMMON_DEPEND="!sys-apps/module-init-tools
26
	!sys-apps/modutils
26
	!sys-apps/modutils
27
	lzma? ( app-arch/xz-utils )
27
	lzma? ( app-arch/xz-utils )
28
	zlib? ( sys-libs/zlib )"
28
	zlib? ( sys-libs/zlib )"
29
29
30
DEPEND="${COMMON_DEPEND}
30
DEPEND="${COMMON_DEPEND}
31
	dev-util/pkgconfig
31
	doc? ( dev-util/gtk-doc )"
32
	doc? ( dev-util/gtk-doc )"
32
RDEPEND="${COMMON_DEPEND}"
33
RDEPEND="${COMMON_DEPEND}"
33
34
34
# Upstream does not support running the test suite with custom configure flags.
35
# Upstream does not support running the test suite with custom configure flags.
35
# I was also told that the test suite is intended for kmod developers.
36
# I was also told that the test suite is intended for kmod developers.
36
# So we have to restrict it.
37
# So we have to restrict it.
37
# See bug #408915.
38
# See bug #408915.
38
RESTRICT="test"
39
RESTRICT="test"

Return to bug 410489