projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ed791d
)
dev-python/pyicu: remove $PYTHON_DEPS from RDEPEND
author
Marek Szuba
<marecki@gentoo.org>
Wed, 22 Apr 2020 22:32:57 +0000
(23:32 +0100)
committer
Marek Szuba
<marecki@gentoo.org>
Wed, 22 Apr 2020 23:47:36 +0000
(
00:47
+0100)
For ebuilds inheriting distutils-r1 this must only be set
if DISTUTILS_OPTIONAL is enabled.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
dev-python/pyicu/pyicu-2.4.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyicu/pyicu-2.4.3.ebuild
b/dev-python/pyicu/pyicu-2.4.3.ebuild
index 0d484ef291e3b6711776a361261e5ab62fd81c68..b22a4670463803c5b3c0602d0cb23605436b9560 100644
(file)
--- a/
dev-python/pyicu/pyicu-2.4.3.ebuild
+++ b/
dev-python/pyicu/pyicu-2.4.3.ebuild
@@
-18,8
+18,7
@@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="${PYTHON_DEPS}
- dev-libs/icu:="
+RDEPEND="dev-libs/icu:="
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"