From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF62A1395E2 for ; Thu, 3 Nov 2016 08:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0EE5E0B8C; Thu, 3 Nov 2016 08:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84FD2E0B8C for ; Thu, 3 Nov 2016 08:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63B3F3410CD for ; Thu, 3 Nov 2016 08:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B94DE249C for ; Thu, 3 Nov 2016 08:49:08 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1478162933.d53e596c423123becd42fabd00bb16cf0662da28.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/solid-runtime/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/solid-runtime/solid-runtime-16.04.3.ebuild X-VCS-Directories: kde-apps/solid-runtime/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d53e596c423123becd42fabd00bb16cf0662da28 X-VCS-Branch: master Date: Thu, 3 Nov 2016 08:49:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d38e297-e02f-4301-bac2-b5143916c8a4 X-Archives-Hash: 55d8453e0cf053797769c6ba5647f4a0 commit: d53e596c423123becd42fabd00bb16cf0662da28 Author: Johannes Huber gentoo org> AuthorDate: Thu Nov 3 08:48:53 2016 +0000 Commit: Johannes Huber gentoo 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" )