commit:     d1fc57e01b55870242bc337f68e4b2683420400e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:52:32 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:20:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc57e0

dev-python/lit: Restrict tests with USE=-test

 dev-python/lit/lit-5.0.9999.ebuild | 1 +
 dev-python/lit/lit-9999.ebuild     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-python/lit/lit-5.0.9999.ebuild 
b/dev-python/lit/lit-5.0.9999.ebuild
index 6d9f12eb032..43337cc4d0f 100644
--- a/dev-python/lit/lit-5.0.9999.ebuild
+++ b/dev-python/lit/lit-5.0.9999.ebuild
@@ -17,6 +17,7 @@ LICENSE="UoI-NCSA"
 SLOT="0"
 KEYWORDS=""
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 S=${WORKDIR}/${P}/utils/lit
 

diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
index d8c140474d8..43d292abf1d 100644
--- a/dev-python/lit/lit-9999.ebuild
+++ b/dev-python/lit/lit-9999.ebuild
@@ -16,6 +16,7 @@ LICENSE="UoI-NCSA"
 SLOT="0"
 KEYWORDS=""
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 S=${WORKDIR}/${P}/utils/lit
 

Reply via email to