summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenton Groombridge <concord@gentoo.org>2022-05-21 22:04:03 -0400
committerKenton Groombridge <concord@gentoo.org>2022-05-21 22:12:51 -0400
commit21925154fb91620570848ccf3d49e9b15b509d72 (patch)
treede60f58c0906f9eb1dbe35cd18ce9b4fc6c0881b /app-crypt/acme-sh
parentapp-crypt/certbot: add selinux USE flag (diff)
downloadgentoo-21925154fb91620570848ccf3d49e9b15b509d72.tar.gz
gentoo-21925154fb91620570848ccf3d49e9b15b509d72.tar.bz2
gentoo-21925154fb91620570848ccf3d49e9b15b509d72.zip
app-crypt/acme-sh: add selinux USE flag
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'app-crypt/acme-sh')
-rw-r--r--app-crypt/acme-sh/acme-sh-3.0.4.ebuild3
-rw-r--r--app-crypt/acme-sh/acme-sh-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
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() {