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

Collapse All | Expand All

(-)laptop-mode-tools-1.55-r3.ebuild (-1 / +7 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.55-r3.ebuild,v 1.1 2011/12/31 21:25:29 idl0r Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.55-r3.ebuild,v 1.1 2011/12/31 21:25:29 idl0r Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit eutils
6
inherit eutils linux-mod
7
7
8
MY_P=${PN}_${PV}
8
MY_P=${PN}_${PV}
9
9
Lines 65-68 pkg_postinst() { Link Here
65
		ewarn "information."
65
		ewarn "information."
66
		ewarn
66
		ewarn
67
	fi
67
	fi
68
69
	if use kernel_linux && kernel_is gt 3 0 0; then
70
		ewarn "Your kernel version is ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}."
71
		ewarn "Support for 3.x kernels is introduced in laptop-mode-tools 1.58"
72
		ewarn "so you should probably install >=app-laptop/laptop-mode-tools-1.60!"
73
	fi
68
}
74
}

Return to bug 398083