diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-05-21 22:02:51 -0400 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-05-21 22:12:45 -0400 |
commit | fdc158c894bcb59960c45420a17dfd622a3a1de3 (patch) | |
tree | cb4d0743b4a010b693d6972608233a969aef58dc /app-crypt/certbot | |
parent | dev-python/sphinx-autodoc-typehints: Stabilize 1.18.1 ALLARCHES, #846752 (diff) | |
download | gentoo-fdc158c894bcb59960c45420a17dfd622a3a1de3.tar.gz gentoo-fdc158c894bcb59960c45420a17dfd622a3a1de3.tar.bz2 gentoo-fdc158c894bcb59960c45420a17dfd622a3a1de3.zip |
app-crypt/certbot: add selinux USE flag
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'app-crypt/certbot')
-rw-r--r-- | app-crypt/certbot/certbot-1.26.0.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-1.27.0.ebuild | 5 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/app-crypt/certbot/certbot-1.26.0.ebuild b/app-crypt/certbot/certbot-1.26.0.ebuild index 2d3795642b7b..44b7e3889a5e 100644 --- a/app-crypt/certbot/certbot-1.26.0.ebuild +++ b/app-crypt/certbot/certbot-1.26.0.ebuild @@ -23,6 +23,8 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" +IUSE="selinux" + RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] @@ -34,6 +36,7 @@ RDEPEND=" dev-python/pyrfc3339[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] dev-python/zope-component[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}]" + dev-python/zope-interface[${PYTHON_USEDEP}] + selinux? ( sec-policy/selinux-certbot )" distutils_enable_tests pytest diff --git a/app-crypt/certbot/certbot-1.27.0.ebuild b/app-crypt/certbot/certbot-1.27.0.ebuild index 0040de76755a..bad8bc65b32d 100644 --- a/app-crypt/certbot/certbot-1.27.0.ebuild +++ b/app-crypt/certbot/certbot-1.27.0.ebuild @@ -23,6 +23,8 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" +IUSE="selinux" + RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] @@ -34,6 +36,7 @@ RDEPEND=" dev-python/pyrfc3339[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] dev-python/zope-component[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}]" + dev-python/zope-interface[${PYTHON_USEDEP}] + selinux? ( sec-policy/selinux-certbot )" distutils_enable_tests pytest diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 0040de76755a..bad8bc65b32d 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -23,6 +23,8 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" +IUSE="selinux" + RDEPEND=" >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] @@ -34,6 +36,7 @@ RDEPEND=" dev-python/pyrfc3339[${PYTHON_USEDEP}] >=dev-python/pytz-2019.3[${PYTHON_USEDEP}] dev-python/zope-component[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}]" + dev-python/zope-interface[${PYTHON_USEDEP}] + selinux? ( sec-policy/selinux-certbot )" distutils_enable_tests pytest |