Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Sun, 02 Jun 2019 16:58:38
Message-Id: 1559494707.15137dfec63a5a0601f5063495b9d3ca6b30c35b.prometheanfire@gentoo
1 commit: 15137dfec63a5a0601f5063495b9d3ca6b30c35b
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 2 16:57:32 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 16:58:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15137dfe
7
8 app-crypt/acme: add missing nose testdep
9
10 Fixes: https://bugs.gentoo.org/687184
11 Package-Manager: Portage-2.3.66, Repoman-2.3.13
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-crypt/acme/acme-0.34.2.ebuild | 1 +
15 app-crypt/acme/acme-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/app-crypt/acme/acme-0.34.2.ebuild b/app-crypt/acme/acme-0.34.2.ebuild
19 index 64b8beb25ff..b972b974afb 100644
20 --- a/app-crypt/acme/acme-0.34.2.ebuild
21 +++ b/app-crypt/acme/acme-0.34.2.ebuild
22 @@ -42,6 +42,7 @@ DEPEND="
23 )
24 test? (
25 ${RDEPEND}
26 + dev-python/nose[${PYTHON_USEDEP}]
27 dev-python/pytest[${PYTHON_USEDEP}]
28 dev-python/pytest-xdist[${PYTHON_USEDEP}]
29 )
30
31 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
32 index 9500982ce87..3acd37f75f8 100644
33 --- a/app-crypt/acme/acme-9999.ebuild
34 +++ b/app-crypt/acme/acme-9999.ebuild
35 @@ -42,6 +42,7 @@ DEPEND="
36 )
37 test? (
38 ${RDEPEND}
39 + dev-python/nose[${PYTHON_USEDEP}]
40 dev-python/pytest[${PYTHON_USEDEP}]
41 dev-python/pytest-xdist[${PYTHON_USEDEP}]
42 )