From 19a28412bab445e6c35db9fd14702efbbef22c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 13 Nov 2022 00:20:24 +0100 Subject: [PATCH] profiles: drop USE="cli dri" in 23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/831045 Bug: https://bugs.gentoo.org/849875 Signed-off-by: Andreas K. Hüttel --- profiles/releases/23.0/make.defaults | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index fb7bef2767c1f..fef59f9d407f2 100644 --- a/profiles/releases/23.0/make.defaults +++ b/profiles/releases/23.0/make.defaults @@ -1,2 +1,8 @@ # Copyright 1999-2022 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +# bug 831045 +USE="${USE} -cli" + +# bug 849875 +USE="${USE} -dri"