Gentoo Archives: gentoo-commits

From: Thomas Kahle <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wicd/
Date: Wed, 05 Oct 2016 20:51:27
Message-Id: 1475700671.1f1ec3b0ef719035e898e8dc809345fd23d552fa.tomka@gentoo
1 commit: 1f1ec3b0ef719035e898e8dc809345fd23d552fa
2 Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 5 20:51:11 2016 +0000
4 Commit: Thomas Kahle <tomka <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 20:51:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1ec3b0
7
8 net-misc/wicd: Add missing RDEPEND on rfkill
9
10 See bug 596152.
11
12 Package-Manager: portage-2.3.0
13
14 net-misc/wicd/wicd-1.7.3-r2.ebuild | 3 ++-
15 net-misc/wicd/wicd-1.7.4-r1.ebuild | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/net-misc/wicd/wicd-1.7.3-r2.ebuild b/net-misc/wicd/wicd-1.7.3-r2.ebuild
19 index 71eb511..0aa3c1a 100644
20 --- a/net-misc/wicd/wicd-1.7.3-r2.ebuild
21 +++ b/net-misc/wicd/wicd-1.7.3-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -52,6 +52,7 @@ RDEPEND="${PYTHON_DEPS}
29 )
30 pm-utils? ( sys-power/pm-utils )
31 gnome-shell? ( gnome-base/gnome-shell )
32 + net-wireless/rfkill
33 "
34
35 src_prepare() {
36
37 diff --git a/net-misc/wicd/wicd-1.7.4-r1.ebuild b/net-misc/wicd/wicd-1.7.4-r1.ebuild
38 index 5494939..834e811 100644
39 --- a/net-misc/wicd/wicd-1.7.4-r1.ebuild
40 +++ b/net-misc/wicd/wicd-1.7.4-r1.ebuild
41 @@ -52,6 +52,7 @@ RDEPEND="${PYTHON_DEPS}
42 )
43 pm-utils? ( sys-power/pm-utils )
44 gnome-shell? ( gnome-base/gnome-shell )
45 + net-wireless/rfkill
46 "
47 PATCHES=(
48 "${FILESDIR}"/${PN}-init-sve-start.patch