--- a/strace-5.13.ebuild 2021-07-19 03:39:57.000000000 -0400 +++ b/strace-5.13.ebuild 2021-08-24 01:07:47.012336073 -0400 @@ -18,7 +18,7 @@ HOMEPAGE="https://strace.io/" LICENSE="BSD" SLOT="0" -IUSE="aio perl static unwind elfutils" +IUSE="aio perl static unwind elfutils selinux" REQUIRED_USE="?? ( unwind elfutils )" @@ -33,6 +33,7 @@ LIB_DEPEND=" DEPEND=" static? ( ${LIB_DEPEND} ) aio? ( >=dev-libs/libaio-0.3.106 ) + selinux? ( sys-libs/libselinux ) sys-kernel/linux-headers " RDEPEND=" @@ -82,6 +83,7 @@ src_configure() { $(use_enable static) $(use_with unwind libunwind) $(use_with elfutils libdw) + $(use_with selinux libselinux) ) econf "${myeconfargs[@]}" }