commit: 418eff8d77f28be77c5312573ddd6a6435dbbac8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 28 07:26:25 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=418eff8d
net-proxy/lyrebird: add missing selinux policy dep Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/lyrebird/lyrebird-0.1.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-proxy/lyrebird/lyrebird-0.1.0.ebuild b/net-proxy/lyrebird/lyrebird-0.1.0.ebuild index 34cb1326cb3f..a6d7ea8ca8aa 100644 --- a/net-proxy/lyrebird/lyrebird-0.1.0.ebuild +++ b/net-proxy/lyrebird/lyrebird-0.1.0.ebuild @@ -13,6 +13,9 @@ SRC_URI="https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/ LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain" SLOT="0" KEYWORDS="~amd64 ~arm ~riscv ~x86" +IUSE="selinux" + +RDEPEND="selinux? ( sec-policy/selinux-obfs4proxy )" S="${WORKDIR}"/${PN}-${P}
