commit: 0db30df07de296a00d4d28f0981dc57c4e8c88d0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 28 07:27:05 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 28 07:36:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db30df0
net-misc/nx: add missing selinux policy dep Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/nx/nx-3.5.99.26.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/nx/nx-3.5.99.26.ebuild b/net-misc/nx/nx-3.5.99.26.ebuild index 5aa7cefa7174..01e20ce031b4 100644 --- a/net-misc/nx/nx-3.5.99.26.ebuild +++ b/net-misc/nx/nx-3.5.99.26.ebuild @@ -6,12 +6,12 @@ inherit autotools toolchain-funcs DESCRIPTION="NX compression technology core libraries" HOMEPAGE="https://github.com/ArcticaProject/nx-libs" - SRC_URI="https://github.com/ArcticaProject/nx-libs/archive/${PV}.tar.gz -> nx-libs-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc ~riscv x86" +IUSE="selinux" RDEPEND="dev-libs/libxml2 media-libs/libjpeg-turbo:* @@ -39,6 +39,8 @@ BDEPEND="virtual/pkgconfig x11-misc/gccmakedep x11-misc/imake" +RDEPEND+=" selinux? ( sec-policy/selinux-nx )" + S="${WORKDIR}/nx-libs-${PV}" PATCHES=(
