aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/overlay-upstream-tracking/overlay-upstream-tracking-9999.ebuild')
-rw-r--r--app-portage/overlay-upstream-tracking/overlay-upstream-tracking-9999.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-portage/overlay-upstream-tracking/overlay-upstream-tracking-9999.ebuild b/app-portage/overlay-upstream-tracking/overlay-upstream-tracking-9999.ebuild
index 5a4e75e..fad404d 100644
--- a/app-portage/overlay-upstream-tracking/overlay-upstream-tracking-9999.ebuild
+++ b/app-portage/overlay-upstream-tracking/overlay-upstream-tracking-9999.ebuild
@@ -17,11 +17,9 @@ KEYWORDS="~amd64"
IUSE="ssh"
# FIXME: can I relax some of these version requirements? Don't forget any corresponding changes to setup.py!
-RDEPEND=">=dev-python/dulwich-0.9.1[${PYTHON_USEDEP}]
+RDEPEND="${PYTHON_DEPS}
>=dev-python/ply-3.4[${PYTHON_USEDEP}]
- =dev-python/gittle-gmt-9999[${PYTHON_USEDEP},ssh?]
- dev-vcs/git"
-# FIXME: is git a real requirement? Or an indirect dep. of dulwich? Do I care? Note that
-# git and dulwich dependencies both could be made use-flag-conditional, if I built working multiple-VCS
-# support for o-u-t.
+ >=dev-python/pygit2-0.21.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"