commit:     9dbb119151822a03f6d42e0369df317408152f83
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 18:35:49 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 18:37:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbb1191

sys-devel/llvm: Fix dependency syntax in -9999, #606532

 sys-devel/llvm/llvm-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index e4db58a..a66f1e1 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}"
 

Reply via email to