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 2BA1D1396D1 for ; Wed, 4 Oct 2017 08:34:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 627552BC068; Wed, 4 Oct 2017 08:34:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C5D82BC068 for ; Wed, 4 Oct 2017 08:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CDB43417CB for ; Wed, 4 Oct 2017 08:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B7E746E for ; Wed, 4 Oct 2017 08:34:35 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1507106069.a940a19661c6fa52ec312a36012cd871eda1fc0d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wicd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wicd/wicd-1.7.4-r2.ebuild X-VCS-Directories: net-misc/wicd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a940a19661c6fa52ec312a36012cd871eda1fc0d X-VCS-Branch: master Date: Wed, 4 Oct 2017 08:34:35 +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: 9a037ac7-d829-4f2c-8583-00e48b8b00d2 X-Archives-Hash: fb108130e280e7b2e117346c5be5acc1 commit: a940a19661c6fa52ec312a36012cd871eda1fc0d Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 4 08:32:31 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 4 08:34:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a940a196 net-misc/wicd: Dependency fixes. Newer util-linux packages provide rfkill. kdesu was moved from kde-apps to kde-frameworks. Package-Manager: Portage-2.3.11, Repoman-2.3.3 net-misc/wicd/wicd-1.7.4-r2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-misc/wicd/wicd-1.7.4-r2.ebuild b/net-misc/wicd/wicd-1.7.4-r2.ebuild index f61ee5e7f09..c06f9fd6f0f 100644 --- a/net-misc/wicd/wicd-1.7.4-r2.ebuild +++ b/net-misc/wicd/wicd-1.7.4-r2.ebuild @@ -27,7 +27,7 @@ RDEPEND="${PYTHON_DEPS} || ( x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu] - kde-apps/kdesu + kde-frameworks/kdesu ) ) || ( @@ -51,7 +51,10 @@ RDEPEND="${PYTHON_DEPS} ) pm-utils? ( sys-power/pm-utils ) gnome-shell? ( gnome-base/gnome-shell ) - net-wireless/rfkill + || ( + >=sys-apps/util-linux-2.31_rc1 + net-wireless/rfkill + ) " PATCHES=( "${FILESDIR}"/${PN}-init-sve-start.patch