app-crypt/acme-sh: add selinux USE flag

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
This commit is contained in:
Kenton Groombridge 2022-05-21 22:04:03 -04:00
parent fdc158c894
commit 21925154fb
No known key found for this signature in database
GPG Key ID: 16DEEFE55F45B79E
2 changed files with 6 additions and 0 deletions

View File

@ -17,10 +17,13 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="selinux"
RDEPEND="
dev-libs/openssl:0
net-misc/curl
net-misc/socat
selinux? ( sec-policy/selinux-certbot )
"
src_install() {

View File

@ -13,10 +13,13 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE="selinux"
RDEPEND="
dev-libs/openssl:0
net-misc/curl
net-misc/socat
selinux? ( sec-policy/selinux-certbot )
"
src_install() {