diff options
author | 2022-11-13 00:20:24 +0100 | |
---|---|---|
committer | 2022-11-13 00:21:42 +0100 | |
commit | 19a28412bab445e6c35db9fd14702efbbef22c74 (patch) | |
tree | aec9dea7291cce56879330e738db2c4a3f4c824f /profiles/releases/23.0 | |
parent | dev-libs/libcpuid: drop 0.5.1, 0.6.0 (diff) | |
download | gentoo-19a28412bab445e6c35db9fd14702efbbef22c74.tar.gz gentoo-19a28412bab445e6c35db9fd14702efbbef22c74.tar.bz2 gentoo-19a28412bab445e6c35db9fd14702efbbef22c74.zip |
profiles: drop USE="cli dri" in 23.0
Bug: https://bugs.gentoo.org/831045
Bug: https://bugs.gentoo.org/849875
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/releases/23.0')
-rw-r--r-- | profiles/releases/23.0/make.defaults | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults index fb7bef2767c1..fef59f9d407f 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" |