commit: de66e18cb6ced5bd976e79adc0ca4b5cb713db3b
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 17:28:38 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 17:28:38 2024 +0000
URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=de66e18c
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 <AT> gentoo.org>
builders/milou/openrc-23/portage/make.conf | 3 +++
builders/milou/openrc-v3-23/portage/make.conf | 3 +++
2 files changed, 6 insertions(+)
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"