mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pentoo-updater: this should make kde binpkgs build, but mate requires python3.6 so ignoring for now
This commit is contained in:
parent
c55cf6ac64
commit
0b3cf3953f
1 changed files with 2 additions and 2 deletions
|
|
@ -419,8 +419,8 @@ main_upgrades() {
|
|||
#if we are in catalyst, update the extra binpkgs
|
||||
if [ -n "${clst_target}" ]; then
|
||||
mkdir -p /etc/portage/profile
|
||||
#add kde and mate use flags
|
||||
echo 'pentoo/pentoo-desktop kde mate' >> /etc/portage/profile/package.use
|
||||
#add kde
|
||||
echo 'pentoo/pentoo-desktop kde' >> /etc/portage/profile/package.use
|
||||
#required for kde
|
||||
echo 'media-libs/mesa wayland' >> /etc/portage/profile/package.use
|
||||
#add in all the opencl stuff
|
||||
|
|
|
|||
Loading…
Reference in a new issue