commit: d53e596c423123becd42fabd00bb16cf0662da28
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 08:48:53 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 08:48:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53e596c
kde-apps/solid-runtime: Prefer slot 4
Gentoo-bug: 598603
Package-Manager: portage-2.3.2
kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
b/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
index 27efd27..f662920 100644
--- a/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
+++ b/kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild
@@ -23,8 +23,8 @@ KMEXTRA="
DEPEND=""
RDEPEND="${DEPEND}
- bluetooth? ( kde-plasma/bluedevil:* )
- networkmanager? ( kde-plasma/plasma-nm:* )
+ bluetooth? ( || ( kde-plasma/bluedevil:4 kde-plasma/bluedevil:5 ) )
+ networkmanager? ( || ( kde-plasma/plasma-nm:4 kde-plasma/plasma-nm:5 ) )
"
PATCHES=( "${FILESDIR}/${PN}-4.14.3-networkmanager-1.0.6.patch" )