summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/nose/nose-1.3.7-r6.ebuild')
-rw-r--r--dev-python/nose/nose-1.3.7-r6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose/nose-1.3.7-r6.ebuild b/dev-python/nose/nose-1.3.7-r6.ebuild
index 8b847cf45139..becd426346ef 100644
--- a/dev-python/nose/nose-1.3.7-r6.ebuild
+++ b/dev-python/nose/nose-1.3.7-r6.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
coverage? ( ${COV_DEP} )"
DEPEND="${RDEPEND}
test? (
- ${COV_DEP}
+ !hppa? ( ${COV_DEP} )
$(python_gen_cond_dep '
dev-python/twisted[${PYTHON_USEDEP}]
' python3_{6,7,8})