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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D69D1580B9 for ; Sun, 22 Aug 2021 12:33:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A114E0969; Sun, 22 Aug 2021 12:33:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 609E5E0969 for ; Sun, 22 Aug 2021 12:33:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C2D3341E6A for ; Sun, 22 Aug 2021 12:33:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3AE78C6 for ; Sun, 22 Aug 2021 12:33:52 +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: <1629635533.f7777d53676728d2c4627990796c1270a3de4b1f.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/make.defaults X-VCS-Directories: profiles/targets/desktop/plasma/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f7777d53676728d2c4627990796c1270a3de4b1f X-VCS-Branch: master Date: Sun, 22 Aug 2021 12:33:52 +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: 8c0784f4-a80e-40e4-b7a6-53548afb5e81 X-Archives-Hash: 62af40c655785a428c4144ad237ca6b4 commit: f7777d53676728d2c4627990796c1270a3de4b1f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 21 08:09:48 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 22 12:32:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7777d53 profiles: targets/plasma: Drop IUSE=phonon from make.defaults Signed-off-by: Andreas Sturmlechner gentoo.org> profiles/targets/desktop/plasma/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index 1a55f5454a2..443e5705c4c 100644 --- a/profiles/targets/desktop/plasma/make.defaults +++ b/profiles/targets/desktop/plasma/make.defaults @@ -1,4 +1,4 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml semantic-desktop widgets" +USE="activities declarative dri kde kipi kwallet plasma policykit qml semantic-desktop widgets"