commit:     827043317fd721d36b2c6a0080b204c2baca8beb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 03:33:30 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 03:37:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82704331

sys-devel/clang-common: Require new enough lld version

Closes: https://bugs.gentoo.org/927911
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/clang-common/clang-common-15.0.7-r8.ebuild                    | 2 +-
 .../{clang-common-16.0.6-r3.ebuild => clang-common-16.0.6-r4.ebuild}    | 2 +-
 .../{clang-common-17.0.6-r3.ebuild => clang-common-17.0.6-r4.ebuild}    | 2 +-
 .../{clang-common-18.1.2-r2.ebuild => clang-common-18.1.2-r3.ebuild}    | 2 +-
 sys-devel/clang-common/clang-common-19.0.0.9999.ebuild                  | 2 +-
 sys-devel/clang-common/clang-common-19.0.0_pre20240322-r1.ebuild        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/clang-common/clang-common-15.0.7-r8.ebuild 
b/sys-devel/clang-common/clang-common-15.0.7-r8.ebuild
index a5bb9af8bdae..4d200fba7af7 100644
--- a/sys-devel/clang-common/clang-common-15.0.7-r8.ebuild
+++ b/sys-devel/clang-common/clang-common-15.0.7-r8.ebuild
@@ -26,7 +26,7 @@ PDEPEND="
        !default-compiler-rt? ( sys-devel/gcc )
        default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] )
        !default-libcxx? ( sys-devel/gcc )
-       default-lld? ( sys-devel/lld )
+       default-lld? ( >=sys-devel/lld-${PV} )
        !default-lld? ( sys-devel/binutils )
 "
 IDEPEND="

diff --git a/sys-devel/clang-common/clang-common-16.0.6-r3.ebuild 
b/sys-devel/clang-common/clang-common-16.0.6-r4.ebuild
similarity index 99%
rename from sys-devel/clang-common/clang-common-16.0.6-r3.ebuild
rename to sys-devel/clang-common/clang-common-16.0.6-r4.ebuild
index e4efec7a50b5..8185d75d346e 100644
--- a/sys-devel/clang-common/clang-common-16.0.6-r3.ebuild
+++ b/sys-devel/clang-common/clang-common-16.0.6-r4.ebuild
@@ -26,7 +26,7 @@ PDEPEND="
        !default-compiler-rt? ( sys-devel/gcc )
        default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] )
        !default-libcxx? ( sys-devel/gcc )
-       default-lld? ( sys-devel/lld )
+       default-lld? ( >=sys-devel/lld-${PV} )
        !default-lld? ( sys-devel/binutils )
 "
 IDEPEND="

diff --git a/sys-devel/clang-common/clang-common-17.0.6-r3.ebuild 
b/sys-devel/clang-common/clang-common-17.0.6-r4.ebuild
similarity index 99%
rename from sys-devel/clang-common/clang-common-17.0.6-r3.ebuild
rename to sys-devel/clang-common/clang-common-17.0.6-r4.ebuild
index d8d25e8c973c..f152ec3f96ec 100644
--- a/sys-devel/clang-common/clang-common-17.0.6-r3.ebuild
+++ b/sys-devel/clang-common/clang-common-17.0.6-r4.ebuild
@@ -26,7 +26,7 @@ PDEPEND="
        !default-compiler-rt? ( sys-devel/gcc )
        default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] )
        !default-libcxx? ( sys-devel/gcc )
-       default-lld? ( sys-devel/lld )
+       default-lld? ( >=sys-devel/lld-${PV} )
        !default-lld? ( sys-devel/binutils )
 "
 IDEPEND="

diff --git a/sys-devel/clang-common/clang-common-18.1.2-r2.ebuild 
b/sys-devel/clang-common/clang-common-18.1.2-r3.ebuild
similarity index 99%
rename from sys-devel/clang-common/clang-common-18.1.2-r2.ebuild
rename to sys-devel/clang-common/clang-common-18.1.2-r3.ebuild
index 986593dfbbc2..fff63838526d 100644
--- a/sys-devel/clang-common/clang-common-18.1.2-r2.ebuild
+++ b/sys-devel/clang-common/clang-common-18.1.2-r3.ebuild
@@ -26,7 +26,7 @@ PDEPEND="
        !default-compiler-rt? ( sys-devel/gcc )
        default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] )
        !default-libcxx? ( sys-devel/gcc )
-       default-lld? ( sys-devel/lld )
+       default-lld? ( >=sys-devel/lld-${PV} )
        !default-lld? ( sys-devel/binutils )
 "
 IDEPEND="

diff --git a/sys-devel/clang-common/clang-common-19.0.0.9999.ebuild 
b/sys-devel/clang-common/clang-common-19.0.0.9999.ebuild
index 4cc526c1c3d1..45196776694b 100644
--- a/sys-devel/clang-common/clang-common-19.0.0.9999.ebuild
+++ b/sys-devel/clang-common/clang-common-19.0.0.9999.ebuild
@@ -25,7 +25,7 @@ PDEPEND="
        !default-compiler-rt? ( sys-devel/gcc )
        default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] )
        !default-libcxx? ( sys-devel/gcc )
-       default-lld? ( sys-devel/lld )
+       default-lld? ( >=sys-devel/lld-${PV} )
        !default-lld? ( sys-devel/binutils )
 "
 IDEPEND="

diff --git a/sys-devel/clang-common/clang-common-19.0.0_pre20240322-r1.ebuild 
b/sys-devel/clang-common/clang-common-19.0.0_pre20240322-r1.ebuild
index 4cc526c1c3d1..45196776694b 100644
--- a/sys-devel/clang-common/clang-common-19.0.0_pre20240322-r1.ebuild
+++ b/sys-devel/clang-common/clang-common-19.0.0_pre20240322-r1.ebuild
@@ -25,7 +25,7 @@ PDEPEND="
        !default-compiler-rt? ( sys-devel/gcc )
        default-libcxx? ( >=sys-libs/libcxx-${PV}[static-libs] )
        !default-libcxx? ( sys-devel/gcc )
-       default-lld? ( sys-devel/lld )
+       default-lld? ( >=sys-devel/lld-${PV} )
        !default-lld? ( sys-devel/binutils )
 "
 IDEPEND="

Reply via email to