diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-07 17:18:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-07 17:18:12 +0100 |
commit | 48230021464d5f5867d4b41b8e91e71360532e10 (patch) | |
tree | 1af5d8b4d122a57b4ba949fe2254a57084811550 /app-crypt | |
parent | app-crypt/acme: [QA] Add RESTRICT="!test? ( test )" (diff) | |
download | gentoo-48230021464d5f5867d4b41b8e91e71360532e10.tar.gz gentoo-48230021464d5f5867d4b41b8e91e71360532e10.tar.bz2 gentoo-48230021464d5f5867d4b41b8e91e71360532e10.zip |
app-crypt/certbot: [QA] Add RESTRICT="!test? ( test )"
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/certbot/certbot-0.40.1.ebuild | 1 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/certbot/certbot-0.40.1.ebuild b/app-crypt/certbot/certbot-0.40.1.ebuild index 8d9c87cf9125..e59b628d2009 100644 --- a/app-crypt/certbot/certbot-0.40.1.ebuild +++ b/app-crypt/certbot/certbot-0.40.1.ebuild @@ -20,6 +20,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 0e7b7afdc975..39028621e8f0 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -20,6 +20,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" |