diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:18:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:19:06 +0100 |
commit | 707932300fd70972fe5a2e97a3bb668f39b628a7 (patch) | |
tree | 0cccd1655b71854ad08d16c08cb0d17656fc1080 /www-servers/varnish | |
parent | sys-block/tgt: add missing selinux policy dep (diff) | |
download | gentoo-707932300fd70972fe5a2e97a3bb668f39b628a7.tar.gz gentoo-707932300fd70972fe5a2e97a3bb668f39b628a7.tar.bz2 gentoo-707932300fd70972fe5a2e97a3bb668f39b628a7.zip |
www-servers/varnish: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/varnish')
-rw-r--r-- | www-servers/varnish/varnish-7.1.2-r1.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www-servers/varnish/varnish-7.1.2-r1.ebuild b/www-servers/varnish/varnish-7.1.2-r1.ebuild index b17b13fbf64a..a17456ffee76 100644 --- a/www-servers/varnish/varnish-7.1.2-r1.ebuild +++ b/www-servers/varnish/varnish-7.1.2-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" LICENSE="BSD-2 GPL-2" SLOT="0/2" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="jemalloc jit static-libs unwind" +IUSE="jemalloc jit selinux static-libs unwind" CDEPEND=" sys-libs/readline:= @@ -25,19 +25,21 @@ CDEPEND=" unwind? ( sys-libs/libunwind:= ) " -#varnish compiles stuff at run time +# varnish compiles stuff at run time RDEPEND=" ${PYTHON_DEPS} ${CDEPEND} acct-user/varnish acct-group/varnish - sys-devel/gcc" - + sys-devel/gcc + selinux? ( sec-policy/selinux-tgtd ) +" DEPEND=" ${CDEPEND} dev-python/docutils dev-python/sphinx - virtual/pkgconfig" + virtual/pkgconfig +" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |