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

(-)/usr/portage/sys-fs/udev/udev-171-r1.ebuild (-7 / +6 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-fs/udev/udev-171-r1.ebuild,v 1.10 2011/07/07 19:30:44 zzam Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171-r1.ebuild,v 1.10 2011/07/07 19:30:44 zzam Exp $
4
4
5
EAPI="1"
5
EAPI="2"
6
6
7
inherit eutils flag-o-matic multilib toolchain-funcs linux-info systemd
7
inherit eutils flag-o-matic multilib toolchain-funcs linux-info systemd
8
8
Lines 62-67 Link Here
62
		>=sys-apps/usbutils-0.82
62
		>=sys-apps/usbutils-0.82
63
		sys-apps/pciutils
63
		sys-apps/pciutils
64
	)
64
	)
65
	acl? ( sys-apps/coreutils[acl] )
65
	!sys-apps/coldplug
66
	!sys-apps/coldplug
66
	!<sys-fs/lvm2-2.02.45
67
	!<sys-fs/lvm2-2.02.45
67
	!sys-fs/device-mapper
68
	!sys-fs/device-mapper
Lines 77-83 Link Here
77
78
78
# required kernel options
79
# required kernel options
79
CONFIG_CHECK="~INOTIFY_USER ~SIGNALFD ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
80
CONFIG_CHECK="~INOTIFY_USER ~SIGNALFD ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
80
	~!IDE ~BLK_DEV_BSG"
81
	~!IDE ~BLK_DEV_BSG ~TMPFS_POSIX_ACL"
81
82
82
# Return values:
83
# Return values:
83
# 2 - reliable
84
# 2 - reliable
Lines 151-161 Link Here
151
			mv "${WORKDIR}"/test/sys "${S}"/test/
152
			mv "${WORKDIR}"/test/sys "${S}"/test/
152
		fi
153
		fi
153
	fi
154
	fi
155
}
154
156
157
src_prepare() {
155
	#cd "${WORKDIR}/${scriptname}"
158
	#cd "${WORKDIR}/${scriptname}"
156
159
157
	cd "${S}"
158
159
	# patches go here...
160
	# patches go here...
160
161
161
	# backport some patches
162
	# backport some patches
Lines 189-195 Link Here
189
	fi
190
	fi
190
}
191
}
191
192
192
src_compile() {
193
src_configure() {
193
	filter-flags -fprefetch-loop-arrays
194
	filter-flags -fprefetch-loop-arrays
194
195
195
	if ! use extras; then
196
	if ! use extras; then
Lines 241-248 Link Here
241
		--enable-action_modeswitch \
242
		--enable-action_modeswitch \
242
		$(systemd_with_unitdir)
243
		$(systemd_with_unitdir)
243
	fi
244
	fi
244
245
	emake || die "compiling udev failed"
246
}
245
}
247
246
248
src_install() {
247
src_install() {

Return to bug 376939