projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b387708
)
app-portage/distpatch: Add missing PYTHON_USEDEP
author
Michał Górny
<mgorny@gentoo.org>
Wed, 21 Mar 2018 17:01:17 +0000
(18:01 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 21 Mar 2018 18:12:33 +0000
(19:12 +0100)
app-portage/distpatch/distpatch-0.1.2-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
b/app-portage/distpatch/distpatch-0.1.2-r1.ebuild
index 351cdc02b9cfe5717f57eef5415b5f50e6ecbbd7..5c369d66145e76e382e3ae29f61e6befe7b64d28 100644
(file)
--- 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"