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

(-)a/btrfs-progs-4.12.ebuild (-3 / +2 lines)
Lines 39-47 RDEPEND=" Link Here
39
"
39
"
40
DEPEND="${RDEPEND}
40
DEPEND="${RDEPEND}
41
	convert? ( sys-apps/acl )
41
	convert? ( sys-apps/acl )
42
	>=app-text/asciidoc-8.6.0
43
	app-text/docbook-xml-dtd:4.5
44
	app-text/xmlto
45
	static? (
42
	static? (
46
		dev-libs/lzo:2[static-libs(+)]
43
		dev-libs/lzo:2[static-libs(+)]
47
		sys-apps/util-linux:0[static-libs(+)]
44
		sys-apps/util-linux:0[static-libs(+)]
Lines 73-78 src_prepare() { Link Here
73
src_configure() {
73
src_configure() {
74
	local myeconfargs=(
74
	local myeconfargs=(
75
		--bindir="${EPREFIX}"/sbin
75
		--bindir="${EPREFIX}"/sbin
76
		--disable-documentation
76
		$(use_enable convert)
77
		$(use_enable convert)
77
		$(use_enable elibc_glibc backtrace)
78
		$(use_enable elibc_glibc backtrace)
78
	)
79
	)
Lines 89-93 src_install() { Link Here
89
		$(usex static install-static '')
90
		$(usex static install-static '')
90
	)
91
	)
91
	emake V=1 DESTDIR="${D}" install "${makeargs[@]}"
92
	emake V=1 DESTDIR="${D}" install "${makeargs[@]}"
93
	doman Documentation/*.[58].gz
92
	newbashcomp btrfs-completion btrfs
94
	newbashcomp btrfs-completion btrfs
93
}
95
}

Return to bug 627418