From 21925154fb91620570848ccf3d49e9b15b509d72 Mon Sep 17 00:00:00 2001 From: Kenton Groombridge Date: Sat, 21 May 2022 22:04:03 -0400 Subject: app-crypt/acme-sh: add selinux USE flag Signed-off-by: Kenton Groombridge --- app-crypt/acme-sh/acme-sh-3.0.4.ebuild | 3 +++ app-crypt/acme-sh/acme-sh-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) (limited to 'app-crypt') diff --git a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild index 388ce2e32f48..e8a4db2391b3 100644 --- a/app-crypt/acme-sh/acme-sh-3.0.4.ebuild +++ b/app-crypt/acme-sh/acme-sh-3.0.4.ebuild @@ -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() { diff --git a/app-crypt/acme-sh/acme-sh-9999.ebuild b/app-crypt/acme-sh/acme-sh-9999.ebuild index 2298b3aea394..25fe72160c37 100644 --- a/app-crypt/acme-sh/acme-sh-9999.ebuild +++ b/app-crypt/acme-sh/acme-sh-9999.ebuild @@ -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() { -- cgit v1.2.3-65-gdbad