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

(-)a/app-forensics/libewf/libewf-20140608.ebuild (-1 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit autotools-utils
7
inherit autotools-utils flag-o-matic
8
8
9
DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
9
DESCRIPTION="Implementation of the EWF (SMART and EnCase) image format"
10
HOMEPAGE="https://github.com/libyal/libewf"
10
HOMEPAGE="https://github.com/libyal/libewf"
Lines 30-35 AUTOTOOLS_IN_SOURCE_BUILD=1 Link Here
30
30
31
DOCS=( AUTHORS ChangeLog NEWS README documents/header.txt documents/header2.txt )
31
DOCS=( AUTHORS ChangeLog NEWS README documents/header.txt documents/header2.txt )
32
32
33
src_prepare() {
34
	append-cflags -fgnu89-inline
35
}
36
33
src_configure() {
37
src_configure() {
34
	local myeconfargs=(
38
	local myeconfargs=(
35
		$(use_enable debug debug-output)
39
		$(use_enable debug debug-output)

Return to bug 570848