Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/solid-runtime/
Date: Thu, 03 Nov 2016 08:49:14
Message-Id: 1478162933.d53e596c423123becd42fabd00bb16cf0662da28.johu@gentoo
1 commit: d53e596c423123becd42fabd00bb16cf0662da28
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 08:48:53 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 08:48:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53e596c
7
8 kde-apps/solid-runtime: Prefer slot 4
9
10 Gentoo-bug: 598603
11
12 Package-Manager: portage-2.3.2
13
14 kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild b/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
18 index 27efd27..f662920 100644
19 --- a/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
20 +++ b/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
21 @@ -23,8 +23,8 @@ KMEXTRA="
22
23 DEPEND=""
24 RDEPEND="${DEPEND}
25 - bluetooth? ( kde-plasma/bluedevil:* )
26 - networkmanager? ( kde-plasma/plasma-nm:* )
27 + bluetooth? ( || ( kde-plasma/bluedevil:4 kde-plasma/bluedevil:5 ) )
28 + networkmanager? ( || ( kde-plasma/plasma-nm:4 kde-plasma/plasma-nm:5 ) )
29 "
30
31 PATCHES=( "${FILESDIR}/${PN}-4.14.3-networkmanager-1.0.6.patch" )