From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4333615806E for ; Sun, 21 May 2023 12:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CBCE07B3; Sun, 21 May 2023 12:06:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43079E07B3 for ; Sun, 21 May 2023 12:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00BBE33BEBB for ; Sun, 21 May 2023 12:06:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61101A64 for ; Sun, 21 May 2023 12:06:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684670732.9a3d7c98a6cd127e4bb473553c74e4f13ee7be03.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/targets/desktop/plasma/package.use X-VCS-Directories: profiles/targets/desktop/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a3d7c98a6cd127e4bb473553c74e4f13ee7be03 X-VCS-Branch: master Date: Sun, 21 May 2023 12:06:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20ecf8a9-0fc2-44a1-ba64-ab6706873b1d X-Archives-Hash: 82b6e348774f65df7b999739f2fec49f commit: 9a3d7c98a6cd127e4bb473553c74e4f13ee7be03 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 21 12:04:58 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 21 12:05:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d7c98 profiles: plasma: Set media-libs/libsdl2[gles2] package.use default Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/targets/desktop/plasma/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index be322330295a..7144cc980c09 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -37,6 +37,9 @@ media-gfx/graphviz python # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind media-libs/gd fontconfig +# Needed by a global USE=wayland right now +media-libs/libsdl2 gles2 + # Required by kde-plasma/kwin media-libs/mesa wayland