commit: 21925154fb91620570848ccf3d49e9b15b509d72
Author: Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun May 22 02:04:03 2022 +0000
Commit: Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sun May 22 02:12:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21925154
app-crypt/acme-sh: add selinux USE flag
Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>
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(+)
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() {