diff options
author | 2020-05-10 20:43:16 +0200 | |
---|---|---|
committer | 2020-05-10 20:43:16 +0200 | |
commit | a336367de2cbec7d77312a18717865ceeaf8f8e4 (patch) | |
tree | 69e1a055f2101ffc8f3fbfaa3025e64ba3da5492 /profiles/targets | |
parent | net-libs/telepathy-logger-qt: Drop 19.12.3 (r0) (diff) | |
download | gentoo-a336367de2cbec7d77312a18717865ceeaf8f8e4.tar.gz gentoo-a336367de2cbec7d77312a18717865ceeaf8f8e4.tar.bz2 gentoo-a336367de2cbec7d77312a18717865ceeaf8f8e4.zip |
profiles: plasma: Drop USE xcomposite from make.defaults
It was renamed to X some time ago and the last package using it was dropped.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/plasma/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/targets/desktop/plasma/make.defaults b/profiles/targets/desktop/plasma/make.defaults index 81288cb52182..1a55f5454a26 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 xcomposite" +USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml semantic-desktop widgets" |