summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-21 18:01:17 +0100
committerMichał Górny <mgorny@gentoo.org>2018-03-21 19:12:33 +0100
commit24ce9d367a03e1f710be0e8b81d16fb4ade1161b (patch)
tree9494cee5ea824b12923cc9f8d51d379e2061290f /app-portage/distpatch/distpatch-0.1.2-r1.ebuild
parentapp-portage/distpatch: Support sys-apps/portage-mgorny (diff)
downloadgentoo-24ce9d367a03e1f710be0e8b81d16fb4ade1161b.tar.gz
gentoo-24ce9d367a03e1f710be0e8b81d16fb4ade1161b.tar.bz2
gentoo-24ce9d367a03e1f710be0e8b81d16fb4ade1161b.zip
app-portage/distpatch: Add missing PYTHON_USEDEP
Diffstat (limited to 'app-portage/distpatch/distpatch-0.1.2-r1.ebuild')
-rw-r--r--app-portage/distpatch/distpatch-0.1.2-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild b/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
index 351cdc02b9cf..5c369d66145e 100644
--- a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
+++ b/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
@@ -18,11 +18,11 @@ IUSE=""
CDEPEND="
|| (
- >=sys-apps/portage-2.1.8.3
- sys-apps/portage-mgorny
+ >=sys-apps/portage-2.1.8.3[${PYTHON_USEDEP}]
+ sys-apps/portage-mgorny[${PYTHON_USEDEP}]
)
- dev-python/snakeoil"
+ dev-python/snakeoil[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
- dev-python/setuptools"
+ dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
>=dev-util/diffball-1.0.1"