diff options
Diffstat (limited to 'sys-fs/lvm2/lvm2-2.02.67-r2.ebuild')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.02.67-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild index 35ce159a33ea..d78f50ad19ac 100644 --- a/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild,v 1.4 2010/07/27 18:43:30 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/lvm2/lvm2-2.02.67-r2.ebuild,v 1.5 2010/08/03 18:00:50 robbat2 Exp $ EAPI=2 -inherit eutils multilib toolchain-funcs autotools +inherit eutils multilib toolchain-funcs autotools linux-info DESCRIPTION="User-land utilities for LVM2 (device-mapper) software." HOMEPAGE="http://sources.redhat.com/lvm2/" @@ -33,6 +33,9 @@ DEPEND="${DEPEND_COMMON} S="${WORKDIR}/${PN/lvm/LVM}.${PV}" pkg_setup() { + local CONFIG_CHECK="~SYSVIPC" + local WARNING_SYSVIPC="CONFIG_SYSVIPC:\tis not set (required for udev sync)\n" + check_extra_config # 1. Genkernel no longer copies /sbin/lvm blindly. # 2. There are no longer any linking deps in /usr. if use static; then |