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: dev-python/zope-exceptions/
Date: Sat, 30 Nov 2019 08:28:23
Message-Id: 1575102481.156804e1722229225ed2079e8b5dfe47095e75e6.mgorny@gentoo
1 commit: 156804e1722229225ed2079e8b5dfe47095e75e6
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 25 12:02:54 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 08:28:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156804e1
7
8 dev-python/zope-exceptions: Fix MissingTestRestrict
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild b/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
18 index 55daa3948f1..e01506accb0 100644
19 --- a/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
20 +++ b/dev-python/zope-exceptions/zope-exceptions-4.1.0.ebuild
21 @@ -17,6 +17,7 @@ LICENSE="ZPL"
22 SLOT="0"
23 KEYWORDS="~amd64 ~x86"
24 IUSE="test"
25 +RESTRICT="!test? ( test )"
26
27 # TODO: extras?
28 RDEPEND="dev-python/namespace-zope[${PYTHON_USEDEP}]