diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-05 21:43:42 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-10-05 21:43:42 +0200 |
commit | 8ddde81c3680e41dab4e71315c7416ba35d40dc5 (patch) | |
tree | 5ac35ba8c3fdc4388e25accefefaaa74cf267f64 /profiles/default | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.19.14 (diff) | |
download | gentoo-8ddde81c3680e41dab4e71315c7416ba35d40dc5.tar.gz gentoo-8ddde81c3680e41dab4e71315c7416ba35d40dc5.tar.bz2 gentoo-8ddde81c3680e41dab4e71315c7416ba35d40dc5.zip |
profiles: rename clang feature to llvm, adjust parent files
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/amd64/17.0/musl/clang/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/amd64/17.1/clang/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/amd64/17.1/systemd/clang/parent | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default/linux/amd64/17.0/musl/clang/parent b/profiles/default/linux/amd64/17.0/musl/clang/parent index 45c5283c442b..845cedb73fde 100644 --- a/profiles/default/linux/amd64/17.0/musl/clang/parent +++ b/profiles/default/linux/amd64/17.0/musl/clang/parent @@ -1,2 +1,2 @@ .. -../../../../../../features/clang +../../../../../../features/llvm diff --git a/profiles/default/linux/amd64/17.1/clang/parent b/profiles/default/linux/amd64/17.1/clang/parent index 7cba5799ab73..929f409fcc3f 100644 --- a/profiles/default/linux/amd64/17.1/clang/parent +++ b/profiles/default/linux/amd64/17.1/clang/parent @@ -1,2 +1,2 @@ .. -../../../../../features/clang +../../../../../features/llvm diff --git a/profiles/default/linux/amd64/17.1/systemd/clang/parent b/profiles/default/linux/amd64/17.1/systemd/clang/parent index 45c5283c442b..845cedb73fde 100644 --- a/profiles/default/linux/amd64/17.1/systemd/clang/parent +++ b/profiles/default/linux/amd64/17.1/systemd/clang/parent @@ -1,2 +1,2 @@ .. -../../../../../../features/clang +../../../../../../features/llvm |