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

(-)/usr/portage/sys-fs/device-mapper/device-mapper-1.02.03.ebuild (-2 / +2 lines)
Lines 11-24 Link Here
11
LICENSE="GPL-2"
11
LICENSE="GPL-2"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
13
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
14
IUSE=""
14
IUSE="selinux"
15
15
16
DEPEND=""
16
DEPEND=""
17
17
18
S=${WORKDIR}/${PN}.${PV}
18
S=${WORKDIR}/${PN}.${PV}
19
19
20
src_compile() {
20
src_compile() {
21
	econf --sbindir=/sbin || die "econf failed"
21
	econf --sbindir=/sbin $(use_enable selinux) || die "econf failed"
22
	emake || die "compile problem"
22
	emake || die "compile problem"
23
}
23
}
24
24

Return to bug 127089