diff options
author | 2024-12-11 12:20:33 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:16 +0100 | |
commit | 6aa98b9305c952a63d1a5f2d39f748ac9e3c5505 (patch) | |
tree | 33484157c68073f9ed2c9011f18c458788287bce /gui-wm | |
parent | Move {sys-libs → llvm-runtimes}/compiler-rt (diff) | |
download | gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.tar.gz gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.tar.bz2 gentoo-6aa98b9305c952a63d1a5f2d39f748ac9e3c5505.zip |
Move {sys-devel → llvm-core}/clang-runtime
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'gui-wm')
-rw-r--r-- | gui-wm/wayfire/wayfire-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-wm/wayfire/wayfire-0.9.0.ebuild b/gui-wm/wayfire/wayfire-0.9.0.ebuild index 95834648abca..e8d659c823f2 100644 --- a/gui-wm/wayfire/wayfire-0.9.0.ebuild +++ b/gui-wm/wayfire/wayfire-0.9.0.ebuild @@ -60,7 +60,7 @@ BDEPEND=" openmp? ( || ( sys-devel/gcc[openmp] - sys-devel/clang-runtime[openmp] + llvm-core/clang-runtime[openmp] ) ) " |