diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-19 19:35:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-19 19:37:17 +0100 |
commit | 9dbb119151822a03f6d42e0369df317408152f83 (patch) | |
tree | d26ff295099395f38029dc7085b6abc429297f0b /sys-devel | |
parent | app-text/lv: add missing string protos (diff) | |
download | gentoo-9dbb119151822a03f6d42e0369df317408152f83.tar.gz gentoo-9dbb119151822a03f6d42e0369df317408152f83.tar.bz2 gentoo-9dbb119151822a03f6d42e0369df317408152f83.zip |
sys-devel/llvm: Fix dependency syntax in -9999, #606532
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index e4db58a5e54c..a66f1e10dc84 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}" |