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.1.0.ebuild (-3 / +6 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI="7"
4
EAPI="7"
5
5
6
inherit toolchain-funcs
6
inherit flag-o-matic toolchain-funcs
7
7
8
DESCRIPTION="Policy Analysis Tools for SELinux"
8
DESCRIPTION="Policy Analysis Tools for SELinux"
9
HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
9
HOMEPAGE="https://github.com/TresysTechnology/selint/wiki"
Lines 23-29 Link Here
23
23
24
RDEPEND="
24
RDEPEND="
25
	dev-libs/confuse:=
25
	dev-libs/confuse:=
26
	dev-libs/uthash"
26
	dev-libs/uthash
27
	elibc_musl? ( sys-libs/fts-standalone )"
27
28
28
DEPEND="${RDEPEND}
29
DEPEND="${RDEPEND}
29
	test? ( dev-libs/check )"
30
	test? ( dev-libs/check )"
Lines 35-39 Link Here
35
}
36
}
36
37
37
src_configure() {
38
src_configure() {
39
	use elibc_musl && append-libs "-lfts"
40
38
	econf $(use_with test check)
41
	econf $(use_with test check)
39
}
42
}

Return to bug 828696