commit:     063259edf4ee32738b680757ed853ddcf678e131
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 12:44:31 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 17:14:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063259ed

sys-devel/clang: Move clang-runtime to RDEP in 16.0.0.9999

Move sys-devel/clang-runtime dependency from PDEPEND to RDEPEND.
This should not introduce nonsolvable circular dependencies, as runtime
packages only BDEPEND on sys-devel/clang, and possibly reduce the risk
of breakage due to runtimes being rebuilt too late.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/sys-devel/clang/clang-16.0.0.9999.ebuild 
b/sys-devel/clang/clang-16.0.0.9999.ebuild
index 0991b672222e..4540835f97a0 100644
--- a/sys-devel/clang/clang-16.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-16.0.0.9999.ebuild
@@ -30,6 +30,7 @@ RDEPEND="
        ${PYTHON_DEPS}
        ${DEPEND}
        >=sys-devel/clang-common-${PV}
+       ~sys-devel/clang-runtime-${PV}
 "
 BDEPEND="
        ${PYTHON_DEPS}
@@ -42,7 +43,6 @@ BDEPEND="
 "
 PDEPEND="
        sys-devel/clang-toolchain-symlinks:${LLVM_MAJOR}
-       ~sys-devel/clang-runtime-${PV}
 "
 
 LLVM_COMPONENTS=(

Reply via email to