--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- strace-5.12.ebuild.old 2021-06-07 10:11:22.971894877 -0400 +++ strace-5.12.ebuild 2021-06-07 10:11:51.681936986 -0400 @@ -18,7 +18,7 @@ HOMEPAGE="https://strace.io/" LICENSE="BSD" SLOT="0" -IUSE="aio perl static unwind elfutils" +IUSE="aio perl static unwind selinux elfutils" REQUIRED_USE="?? ( unwind elfutils )" @@ -34,10 +34,12 @@ DEPEND=" static? ( ${LIB_DEPEND} ) aio? ( >=dev-libs/libaio-0.3.106 ) sys-kernel/linux-headers + selinux? ( sys-libs/libselinux ) " RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) perl? ( dev-lang/perl ) + selinux? ( sys-libs/libselinux ) " PATCHES=( @@ -82,6 +84,7 @@ src_configure() { $(use_enable static) $(use_with unwind libunwind) $(use_with elfutils libdw) + $(use_with selinux libselinux) ) econf "${myeconfargs[@]}" }