Skip to content

Commit

Permalink
iso: Fix llvm package to install
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Nov 13, 2023
1 parent 3c594ed commit cf977ef
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion iso/funtoo-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# equery belongs libstd-008055cc7d873802.so (fix ldconfig)
# * Searching for libstd-008055cc7d873802.so ...
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-gnome-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

- app-admin/ego
- app-portage/gentoolkit
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-i3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- lvm

# Dependency of calamares
- kde-frameworks-5/plasma
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-live.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# equery belongs libstd-008055cc7d873802.so (fix ldconfig)
# * Searching for libstd-008055cc7d873802.so ...
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-lxqt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# Dependency of calamares
- kde-frameworks-5/plasma
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-server-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# TODO: this must be a rdep of dbus
- sys-auth/elogind
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# TODO: this must be a rdep of dbus
- sys-auth/elogind
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-xfce-devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# equery belongs libstd-008055cc7d873802.so (fix ldconfig)
# * Searching for libstd-008055cc7d873802.so ...
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo-xfce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- lvm

# equery belongs libstd-008055cc7d873802.so (fix ldconfig)
# * Searching for libstd-008055cc7d873802.so ...
Expand Down
2 changes: 1 addition & 1 deletion iso/funtoo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ packages:

# Needed by /usr/lib64/dri/*.so
- sys-devel/llvm-common
- sys-devel-11/llvm
- llvm

# equery belongs libstd-008055cc7d873802.so (fix ldconfig)
# * Searching for libstd-008055cc7d873802.so ...
Expand Down

0 comments on commit cf977ef

Please sign in to comment.