Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/
Date: Wed, 15 Sep 2021 17:42:33
Message-Id: 1631727498.52c9df7b1fce0bc1e2e8efc294738cc824f601b5.asturm@gentoo
1 commit: 52c9df7b1fce0bc1e2e8efc294738cc824f601b5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 17:01:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 15 17:38:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c9df7b
7
8 kde-frameworks/knotifications: Add missing IUSE="X" usedep
9
10 Requires kde-frameworks/kwindowsystem[X=].
11
12 Bug: https://bugs.gentoo.org/813082
13 Package-Manager: Portage-3.0.23, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 .../{knotifications-5.86.0.ebuild => knotifications-5.86.0-r1.ebuild} | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
20 similarity index 95%
21 rename from kde-frameworks/knotifications/knotifications-5.86.0.ebuild
22 rename to kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
23 index 3868de606f6..69f412eb830 100644
24 --- a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild
25 +++ b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild
26 @@ -22,7 +22,7 @@ RDEPEND="
27 >=dev-qt/qtwidgets-${QTMIN}:5
28 =kde-frameworks/kconfig-${PVCUT}*:5
29 =kde-frameworks/kcoreaddons-${PVCUT}*:5
30 - =kde-frameworks/kwindowsystem-${PVCUT}*:5
31 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
32 dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] )
33 !phonon? ( media-libs/libcanberra )
34 phonon? ( >=media-libs/phonon-4.11.0 )