summaryrefslogtreecommitdiff
path: root/sys-devel/llvm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-19 19:35:49 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-19 19:37:17 +0100
commit9dbb119151822a03f6d42e0369df317408152f83 (patch)
treed26ff295099395f38029dc7085b6abc429297f0b /sys-devel/llvm
parent3a8ee12aee999c20ba97775d0e68541973c01859 (diff)
downloadgentoo-9dbb119151822a03f6d42e0369df317408152f83.tar.gz
gentoo-9dbb119151822a03f6d42e0369df317408152f83.tar.xz
sys-devel/llvm: Fix dependency syntax in -9999, #606532
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index e4db58a5e54..a66f1e10dc8 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -55,7 +55,7 @@ DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
gold? ( sys-libs/binutils-libs )
libffi? ( virtual/pkgconfig )
- test? ( $(python_gen_any_dep "'~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )
+ test? ( $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]") )
!!<dev-python/configparser-3.3.0.2
${PYTHON_DEPS}"