commit: af43a5337f26ef94277c9dc497705417ed51ebbb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 3 06:22:47 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 3 06:35:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af43a533
dev-python/dulwich: Omit gevent dep on hppa & ia64
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dulwich/dulwich-0.19.15.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/dulwich/dulwich-0.19.15.ebuild
b/dev-python/dulwich/dulwich-0.19.15.ebuild
index 98efcfd48ea..5371f3deab0 100644
--- a/dev-python/dulwich/dulwich-0.19.15.ebuild
+++ b/dev-python/dulwich/dulwich-0.19.15.ebuild
@@ -26,8 +26,10 @@ DEPEND="
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
${RDEPEND}
- dev-python/gevent[${PYTHON_USEDEP}]
- dev-python/geventhttpclient[${PYTHON_USEDEP}]
+ !hppa? ( !ia64? (
+ dev-python/gevent[${PYTHON_USEDEP}]
+ dev-python/geventhttpclient[${PYTHON_USEDEP}]
+ ) )
dev-python/mock[${PYTHON_USEDEP}]
dev-python/python-fastimport[${PYTHON_USEDEP}]
)"