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

(-)thin-provisioning-tools-0.1.5-r1.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit eutils
7
inherit eutils boost-utils flag-o-matic
8
8
9
DESCRIPTION="A suite of tools for thin provisioning on Linux."
9
DESCRIPTION="A suite of tools for thin provisioning on Linux."
10
HOMEPAGE="https://github.com/jthornber/thin-provisioning-tools"
10
HOMEPAGE="https://github.com/jthornber/thin-provisioning-tools"
Lines 27-32 Link Here
27
}
27
}
28
28
29
src_configure() {
29
src_configure() {
30
	append-flags -I$(boost-utils_get_includedir)
30
	econf \
31
	econf \
31
		--prefix="${EPREFIX}/" \
32
		--prefix="${EPREFIX}/" \
32
		--bindir="${EPREFIX}/sbin" \
33
		--bindir="${EPREFIX}/sbin" \

Return to bug 432968