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

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- kmod-14-r1.ebuild
0
++ kmod-14-r1.ebuild
Lines 6-12 Link Here
6
6
7
VIRTUAL_MODUTILS=1
7
VIRTUAL_MODUTILS=1
8
8
9
inherit autotools eutils libtool multilib linux-mod
9
inherit autotools eutils libtool multilib linux-mod versionator toolchain-funcs
10
10
11
if [[ ${PV} == 9999 ]]; then
11
if [[ ${PV} == 9999 ]]; then
12
	EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git"
12
	EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git"
Lines 45-50 Link Here
45
}
45
}
46
46
47
src_prepare() {
47
src_prepare() {
48
	# compile with older versions of gcc #481020
49
	version_is_at_least 4.6 $(gcc-version) || \
50
		sed -i -e 's:Static_assert:alsdjflkasjdfa:' libkmod/macro.h
51
48
	if [ ! -e configure ]; then
52
	if [ ! -e configure ]; then
49
		if use doc; then
53
		if use doc; then
50
			gtkdocize --copy --docdir libkmod/docs || die
54
			gtkdocize --copy --docdir libkmod/docs || die

Return to bug 481020