Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/plasma-widget-message-indicator/
Date: Thu, 03 Dec 2020 01:04:59
Message-Id: 1606956357.2703d97cd3c4156cf09467b28f0fbd1302fdcd35.asturm@gentoo
1 commit: 2703d97cd3c4156cf09467b28f0fbd1302fdcd35
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 00:08:39 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 00:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2703d97c
7
8 kde-misc/plasma-widget-message-indicator: Fix MissingUseDepDefault
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../plasma-widget-message-indicator-0.5.8.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild b/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild
17 index d24a6829..b8967a4b 100644
18 --- a/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild
19 +++ b/kde-misc/plasma-widget-message-indicator/plasma-widget-message-indicator-0.5.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -16,11 +16,10 @@ KEYWORDS="~amd64 ~x86"
27 IUSE="debug"
28
29 RDEPEND="
30 - >=dev-libs/libdbusmenu-qt-0.3.0[qt4]
31 + >=dev-libs/libdbusmenu-qt-0.3.0[qt4(-)]
32 >=dev-libs/libindicate-qt-0.2.5
33 "
34 -DEPEND="
35 - ${RDEPEND}
36 +DEPEND="${RDEPEND}
37 dev-libs/libindicate
38 "