From 48230021464d5f5867d4b41b8e91e71360532e10 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 7 Nov 2019 17:18:12 +0100 Subject: app-crypt/certbot: [QA] Add RESTRICT="!test? ( test )" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-crypt/certbot/certbot-0.40.1.ebuild | 1 + app-crypt/certbot/certbot-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'app-crypt') 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=" -- cgit v1.2.3-65-gdbad