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

(-)a/sys-apps/nvme-cli/nvme-cli-1.9.ebuild (-2 / +3 lines)
Lines 3-9 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit toolchain-funcs
6
inherit systemd toolchain-funcs udev
7
7
8
DESCRIPTION="NVM-Express user space tooling for Linux"
8
DESCRIPTION="NVM-Express user space tooling for Linux"
9
HOMEPAGE="https://github.com/linux-nvme/nvme-cli"
9
HOMEPAGE="https://github.com/linux-nvme/nvme-cli"
Lines 28-32 src_prepare() { Link Here
28
src_configure() {
28
src_configure() {
29
	tc-export CC
29
	tc-export CC
30
	export PREFIX="${EPREFIX}/usr"
30
	export PREFIX="${EPREFIX}/usr"
31
	export SYSTEMDDIR="$(systemd_get_systemunitdir)"
32
	export UDEVDIR="${EPREFIX}$(get_udevdir)"
31
	MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
33
	MAKEOPTS+=" LIBUUID=$(usex uuid 0 1)"
32
}
34
}
33
- 

Return to bug 704406