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

Collapse All | Expand All

(-)udev-197-r2.ebuild (-1 / +11 lines)
Lines 6-12 Link Here
6
6
7
KV_min=2.6.39
7
KV_min=2.6.39
8
8
9
inherit autotools eutils linux-info multilib systemd
9
inherit autotools eutils linux-info multilib systemd versionator
10
10
11
if [[ ${PV} = 9999* ]]
11
if [[ ${PV} = 9999* ]]
12
then
12
then
Lines 96-101 Link Here
96
	fi
96
	fi
97
}
97
}
98
98
99
pkg_pretend()
100
{
101
	 if has_version '>=sys-libs/glibc-2.16' && \
102
		 ! version_is_at_least 4.6 $(gcc-version); then
103
	 eerror "You are using >=glibc-2.16."
104
	 eerror "With this version of glibc, udev requires at least gcc-4.6."
105
	 die "Incompatible gcc and glibc versions."
106
 fi
107
}
108
99
pkg_setup()
109
pkg_setup()
100
{
110
{
101
	# required kernel options
111
	# required kernel options

Return to bug 451110