From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FD00138334 for ; Thu, 7 Nov 2019 16:20:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD1EAE09FE; Thu, 7 Nov 2019 16:20:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1E9FE09FE for ; Thu, 7 Nov 2019 16:20:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C84A034CA25 for ; Thu, 7 Nov 2019 16:20:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 837E45FF for ; Thu, 7 Nov 2019 16:20:36 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573143471.d313dddeff5563d462e01d2539eef2edafcd03a7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-0.40.1.ebuild app-crypt/acme/acme-9999.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d313dddeff5563d462e01d2539eef2edafcd03a7 X-VCS-Branch: master Date: Thu, 7 Nov 2019 16:20:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10f15876-d398-44a1-8f82-34dc4ac94149 X-Archives-Hash: 1a654fdc3ceac1b962cae995ad9ad7e6 commit: d313dddeff5563d462e01d2539eef2edafcd03a7 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 7 16:17:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 7 16:17:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d313ddde app-crypt/acme: [QA] Add RESTRICT="!test? ( test )" Signed-off-by: Michał Górny gentoo.org> app-crypt/acme/acme-0.40.1.ebuild | 1 + app-crypt/acme/acme-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-crypt/acme/acme-0.40.1.ebuild b/app-crypt/acme/acme-0.40.1.ebuild index 3efe8a99669..acacc42fc78 100644 --- a/app-crypt/acme/acme-0.40.1.ebuild +++ b/app-crypt/acme/acme-0.40.1.ebuild @@ -22,6 +22,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}] diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index 3efe8a99669..acacc42fc78 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -22,6 +22,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]