sys-libs/compiler-rt: Make the dev-python/lit dep less strict
authorMichał Górny <mgorny@gentoo.org>
Thu, 15 Mar 2018 15:34:14 +0000 (16:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 15 Mar 2018 15:34:53 +0000 (16:34 +0100)
The tests apparently work fine with any version of dev-python/lit
we have.

sys-libs/compiler-rt/compiler-rt-5.0.1.ebuild
sys-libs/compiler-rt/compiler-rt-6.0.0.ebuild
sys-libs/compiler-rt/compiler-rt-6.0.9999.ebuild
sys-libs/compiler-rt/compiler-rt-9999.ebuild

index e2c1ca0c415a4342254d3070966e10504a046386..241fc11bd3ac9bc7faf64f7afd2783e27fc5ba62 100644 (file)
@@ -25,7 +25,7 @@ DEPEND="
        >=sys-devel/llvm-4
        clang? ( sys-devel/clang )
        test? (
-               $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
+               $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
                =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} )
        ${PYTHON_DEPS}"
 
index 312b950acad99c405874972ad556193f9cbf247a..44dd01ced40a3e60fd1d70cf3233cb8d3c661c5e 100644 (file)
@@ -27,7 +27,7 @@ DEPEND="
        >=sys-devel/llvm-6
        clang? ( sys-devel/clang )
        test? (
-               $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
+               $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
                =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} )
        ${PYTHON_DEPS}"
 
index 70c21836dd73fc80388d3d554b658ef613119b2d..2542708841ae416f27049dc35147d2396e730afd 100644 (file)
@@ -31,7 +31,7 @@ DEPEND="
        >=sys-devel/llvm-6
        clang? ( sys-devel/clang )
        test? (
-               $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
+               $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
                =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} )
        ${PYTHON_DEPS}"
 
index 4f335604778b3fb55a6489b86758c89cbd279338..b6a339768aa12db657e440b47ecede40f89966fa 100644 (file)
@@ -30,7 +30,7 @@ DEPEND="
        >=sys-devel/llvm-6
        clang? ( sys-devel/clang )
        test? (
-               $(python_gen_any_dep "~dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
+               $(python_gen_any_dep "dev-python/lit[\${PYTHON_USEDEP}]")
                =sys-devel/clang-${PV%_*}*:${LLVM_MAX_SLOT} )
        ${PYTHON_DEPS}"