diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-01 13:28:38 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-01 13:28:38 -0400 |
commit | de66e18cb6ced5bd976e79adc0ca4b5cb713db3b (patch) | |
tree | 1d8adf9a724bba83b85483208db44960988c7fbc | |
parent | tweak USE flags for meson CI, no-v3 (diff) | |
download | binhost-de66e18cb6ced5bd976e79adc0ca4b5cb713db3b.tar.gz binhost-de66e18cb6ced5bd976e79adc0ca4b5cb713db3b.tar.bz2 binhost-de66e18cb6ced5bd976e79adc0ca4b5cb713db3b.zip |
openrc: adapt to KDE 6 migration
We build a mixture of KDE and gnome packages here, but we don't use the
KDE profile. Per the news item, we should globally set two USE flags.
And per gentoo-dev@lists, qt5 support is now being strongly
disrecommended for all packages anyway.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
-rw-r--r-- | builders/milou/openrc-23/portage/make.conf | 3 | ||||
-rw-r--r-- | builders/milou/openrc-v3-23/portage/make.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/builders/milou/openrc-23/portage/make.conf b/builders/milou/openrc-23/portage/make.conf index 105f980..345e775 100644 --- a/builders/milou/openrc-23/portage/make.conf +++ b/builders/milou/openrc-23/portage/make.conf @@ -33,6 +33,9 @@ BINPKG_COMPRESS="xz" USE="bindist cet" +# KDE 6 +USE="${USE} kf6compat qt6" + ACCEPT_RESTRICT="* -bindist" ACCEPT_LICENSE="@FREE MPEG-4" diff --git a/builders/milou/openrc-v3-23/portage/make.conf b/builders/milou/openrc-v3-23/portage/make.conf index 80e255d..92a3aa3 100644 --- a/builders/milou/openrc-v3-23/portage/make.conf +++ b/builders/milou/openrc-v3-23/portage/make.conf @@ -33,6 +33,9 @@ BINPKG_COMPRESS="xz" USE="bindist cet" +# KDE 6 +USE="${USE} kf6compat qt6" + ACCEPT_RESTRICT="* -bindist" ACCEPT_LICENSE="@FREE MPEG-4" |