Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828696 | Differences between
and this patch

Collapse All | Expand All

(-)a/selint-1.2.1.ebuild (-1 / +6 lines)
Lines 3-8 Link Here
3
3
4
EAPI="8"
4
EAPI="8"
5
5
6
inherit flag-o-matic
7
6
DESCRIPTION="Static code analysis of refpolicy style SELinux policy"
8
DESCRIPTION="Static code analysis of refpolicy style SELinux policy"
7
HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
9
HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
8
10
Lines 21-27 Link Here
21
23
22
RDEPEND="
24
RDEPEND="
23
	dev-libs/confuse:=
25
	dev-libs/confuse:=
24
	dev-libs/uthash"
26
	dev-libs/uthash
27
	elibc_musl? ( sys-libs/fts-standalone )"
25
28
26
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
27
	test? ( dev-libs/check )"
30
	test? ( dev-libs/check )"
Lines 33-37 Link Here
33
}
36
}
34
37
35
src_configure() {
38
src_configure() {
39
	use elibc_musl && append-libs "-lfts"
40
36
	econf $(use_with test check)
41
	econf $(use_with test check)
37
}
42
}

Return to bug 828696