commit: 48230021464d5f5867d4b41b8e91e71360532e10 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Nov 7 16:18:12 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 7 16:18:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48230021
app-crypt/certbot: [QA] Add RESTRICT="!test? ( test )" Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-crypt/certbot/certbot-0.40.1.ebuild | 1 + app-crypt/certbot/certbot-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-crypt/certbot/certbot-0.40.1.ebuild b/app-crypt/certbot/certbot-0.40.1.ebuild index 8d9c87cf912..e59b628d200 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 0e7b7afdc97..39028621e8f 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="
