Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Thu, 07 Nov 2019 16:20:43
Message-Id: 1573143471.d313dddeff5563d462e01d2539eef2edafcd03a7.mgorny@gentoo
1 commit: d313dddeff5563d462e01d2539eef2edafcd03a7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 7 16:17:51 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 7 16:17:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d313ddde
7
8 app-crypt/acme: [QA] Add RESTRICT="!test? ( test )"
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-crypt/acme/acme-0.40.1.ebuild | 1 +
13 app-crypt/acme/acme-9999.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 diff --git a/app-crypt/acme/acme-0.40.1.ebuild b/app-crypt/acme/acme-0.40.1.ebuild
17 index 3efe8a99669..acacc42fc78 100644
18 --- a/app-crypt/acme/acme-0.40.1.ebuild
19 +++ b/app-crypt/acme/acme-0.40.1.ebuild
20 @@ -22,6 +22,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 IUSE="doc test"
24 +RESTRICT="!test? ( test )"
25
26 RDEPEND="
27 >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]
28
29 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
30 index 3efe8a99669..acacc42fc78 100644
31 --- a/app-crypt/acme/acme-9999.ebuild
32 +++ b/app-crypt/acme/acme-9999.ebuild
33 @@ -22,6 +22,7 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
34 LICENSE="Apache-2.0"
35 SLOT="0"
36 IUSE="doc test"
37 +RESTRICT="!test? ( test )"
38
39 RDEPEND="
40 >=dev-python/cryptography-1.3.4[${PYTHON_USEDEP}]