diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:27:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:36:58 +0100 |
commit | 0db30df07de296a00d4d28f0981dc57c4e8c88d0 (patch) | |
tree | 88984426f2b2fbac4eca61af6ca3d3e1fbad0b15 /net-misc | |
parent | net-mail/fetchmail: add missing selinux policy dep (diff) | |
download | gentoo-0db30df07de296a00d4d28f0981dc57c4e8c88d0.tar.gz gentoo-0db30df07de296a00d4d28f0981dc57c4e8c88d0.tar.bz2 gentoo-0db30df07de296a00d4d28f0981dc57c4e8c88d0.zip |
net-misc/nx: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/nx/nx-3.5.99.26.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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=( |