Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/
Date: Mon, 23 Oct 2017 11:17:30
Message-Id: 1508757443.e8526888ced1f604c05c1020a087cdf87bbe727c.polynomial-c@gentoo
1 commit: e8526888ced1f604c05c1020a087cdf87bbe727c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 11:17:23 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 11:17:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8526888
7
8 net-wireless/rfkill: >=sys-apps/util-linux-2.31_rc1 also provides rfkill.
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 net-wireless/rfkill/rfkill-0.5-r1.ebuild | 4 ++--
13 net-wireless/rfkill/rfkill-0.5.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-wireless/rfkill/rfkill-0.5-r1.ebuild b/net-wireless/rfkill/rfkill-0.5-r1.ebuild
17 index 65a79620fa8..dad893b293f 100644
18 --- a/net-wireless/rfkill/rfkill-0.5-r1.ebuild
19 +++ b/net-wireless/rfkill/rfkill-0.5-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SLOT="0"
27 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
28 IUSE=""
29
30 -RDEPEND=""
31 +RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
32 DEPEND=""
33
34 src_prepare() {
35
36 diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5.ebuild
37 index 86d4f3feaa8..ab6b3fa74fa 100644
38 --- a/net-wireless/rfkill/rfkill-0.5.ebuild
39 +++ b/net-wireless/rfkill/rfkill-0.5.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -14,7 +14,7 @@ SLOT="0"
47 KEYWORDS="amd64 arm ~mips ppc ppc64 x86"
48 IUSE=""
49
50 -RDEPEND=""
51 +RDEPEND="!>=sys-apps/util-linux-2.31_rc1"
52 DEPEND=""
53
54 src_compile() {