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 22A6D138330 for ; Wed, 5 Oct 2016 20:51:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B104D21C038; Wed, 5 Oct 2016 20:51:23 +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 939BB21C038 for ; Wed, 5 Oct 2016 20:51:23 +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 0B3B4341198 for ; Wed, 5 Oct 2016 20:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 561F3248D for ; Wed, 5 Oct 2016 20:51:17 +0000 (UTC) From: "Thomas Kahle" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Kahle" Message-ID: <1475700671.1f1ec3b0ef719035e898e8dc809345fd23d552fa.tomka@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.3-r2.ebuild net-misc/wicd/wicd-1.7.4-r1.ebuild X-VCS-Directories: net-misc/wicd/ X-VCS-Committer: tomka X-VCS-Committer-Name: Thomas Kahle X-VCS-Revision: 1f1ec3b0ef719035e898e8dc809345fd23d552fa X-VCS-Branch: master Date: Wed, 5 Oct 2016 20:51:17 +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: 7ef14f9e-1a6c-49cd-adb2-687d87c548dd X-Archives-Hash: 74c5dd79ee027bc926b80a9d67bc9694 commit: 1f1ec3b0ef719035e898e8dc809345fd23d552fa Author: Thomas Kahle gentoo org> AuthorDate: Wed Oct 5 20:51:11 2016 +0000 Commit: Thomas Kahle gentoo org> CommitDate: Wed Oct 5 20:51:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1ec3b0 net-misc/wicd: Add missing RDEPEND on rfkill See bug 596152. Package-Manager: portage-2.3.0 net-misc/wicd/wicd-1.7.3-r2.ebuild | 3 ++- net-misc/wicd/wicd-1.7.4-r1.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/wicd/wicd-1.7.3-r2.ebuild b/net-misc/wicd/wicd-1.7.3-r2.ebuild index 71eb511..0aa3c1a 100644 --- a/net-misc/wicd/wicd-1.7.3-r2.ebuild +++ b/net-misc/wicd/wicd-1.7.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -52,6 +52,7 @@ RDEPEND="${PYTHON_DEPS} ) pm-utils? ( sys-power/pm-utils ) gnome-shell? ( gnome-base/gnome-shell ) + net-wireless/rfkill " src_prepare() { diff --git a/net-misc/wicd/wicd-1.7.4-r1.ebuild b/net-misc/wicd/wicd-1.7.4-r1.ebuild index 5494939..834e811 100644 --- a/net-misc/wicd/wicd-1.7.4-r1.ebuild +++ b/net-misc/wicd/wicd-1.7.4-r1.ebuild @@ -52,6 +52,7 @@ RDEPEND="${PYTHON_DEPS} ) pm-utils? ( sys-power/pm-utils ) gnome-shell? ( gnome-base/gnome-shell ) + net-wireless/rfkill " PATCHES=( "${FILESDIR}"/${PN}-init-sve-start.patch