commit: f7777d53676728d2c4627990796c1270a3de4b1f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 21 08:09:48 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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"
