sys-libs/libcxx: Bump LLVM macro dep to 6
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Jan 2018 08:46:03 +0000 (09:46 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Jan 2018 08:54:40 +0000 (09:54 +0100)
Require macros provided by LLVM 6 due to new lit options.

sys-libs/libcxx/libcxx-6.0.9999.ebuild
sys-libs/libcxx/libcxx-9999.ebuild

index 803726e9d93be1e724d1945cbf0a68036b0d8d07..55b19b88f38d9345df2fd1183e2fc70c631bd3be 100644 (file)
@@ -42,14 +42,14 @@ RDEPEND="
        libcxxabi? ( ~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
        libcxxrt? ( sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
        !libcxxabi? ( !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] ) )"
-# LLVM 4 required for llvm-config --cmakedir
+# llvm-6 for new lit options
 # clang-3.9.0 installs necessary target symlinks unconditionally
 # which removes the need for MULTILIB_USEDEP
 DEPEND="${RDEPEND}
        test? ( >=sys-devel/clang-3.9.0
                $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
        app-arch/xz-utils
-       >=sys-devel/llvm-4"
+       >=sys-devel/llvm-6"
 
 DOCS=( CREDITS.TXT )
 
index cbc6f0f2df65d76c98568b688edba412d368a707..9ad293ef7869841715bc34fece6804e58fc6fffb 100644 (file)
@@ -41,14 +41,14 @@ RDEPEND="
        libcxxabi? ( ~sys-libs/libcxxabi-${PV}[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
        libcxxrt? ( sys-libs/libcxxrt[libunwind=,static-libs?,${MULTILIB_USEDEP}] )
        !libcxxabi? ( !libcxxrt? ( >=sys-devel/gcc-4.7:=[cxx] ) )"
-# LLVM 4 required for llvm-config --cmakedir
+# llvm-6 for new lit options
 # clang-3.9.0 installs necessary target symlinks unconditionally
 # which removes the need for MULTILIB_USEDEP
 DEPEND="${RDEPEND}
        test? ( >=sys-devel/clang-3.9.0
                $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )
        app-arch/xz-utils
-       >=sys-devel/llvm-4"
+       >=sys-devel/llvm-6"
 
 DOCS=( CREDITS.TXT )