projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f193f
)
dev-python/genty: Fix MissingTestRestrict
author
Michał Górny
<mgorny@gentoo.org>
Sat, 16 Nov 2019 10:50:21 +0000
(11:50 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 16 Nov 2019 11:01:28 +0000
(12:01 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/genty/genty-1.3.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/genty/genty-1.3.2.ebuild
b/dev-python/genty/genty-1.3.2.ebuild
index c064385151910c8ca137dd2a9443d7feb81600af..f4eb0a58b1bb821c321be246e0cdab7eb70af7d3 100644
(file)
--- a/
dev-python/genty/genty-1.3.2.ebuild
+++ b/
dev-python/genty/genty-1.3.2.ebuild
@@
-15,6
+15,7
@@
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]