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 4552E1396D9 for ; Mon, 23 Oct 2017 11:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A13C2BC002; Mon, 23 Oct 2017 11:17:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3A3032BC002 for ; Mon, 23 Oct 2017 11:17:29 +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 3C13833BEC0 for ; Mon, 23 Oct 2017 11:17:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7EAF316 for ; Mon, 23 Oct 2017 11:17:26 +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: <1508757443.e8526888ced1f604c05c1020a087cdf87bbe727c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rfkill/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/rfkill/rfkill-0.5-r1.ebuild net-wireless/rfkill/rfkill-0.5.ebuild X-VCS-Directories: net-wireless/rfkill/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e8526888ced1f604c05c1020a087cdf87bbe727c X-VCS-Branch: master Date: Mon, 23 Oct 2017 11:17:26 +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: b0f4fef0-d43b-4f0e-8539-ff3484b91ce2 X-Archives-Hash: 60433335a84203a8d7f1588a0ff67cf2 commit: e8526888ced1f604c05c1020a087cdf87bbe727c Author: Lars Wendler gentoo org> AuthorDate: Mon Oct 23 11:17:23 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Oct 23 11:17:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8526888 net-wireless/rfkill: >=sys-apps/util-linux-2.31_rc1 also provides rfkill. Package-Manager: Portage-2.3.12, Repoman-2.3.3 net-wireless/rfkill/rfkill-0.5-r1.ebuild | 4 ++-- net-wireless/rfkill/rfkill-0.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-wireless/rfkill/rfkill-0.5-r1.ebuild b/net-wireless/rfkill/rfkill-0.5-r1.ebuild index 65a79620fa8..dad893b293f 100644 --- a/net-wireless/rfkill/rfkill-0.5-r1.ebuild +++ b/net-wireless/rfkill/rfkill-0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND="" +RDEPEND="!>=sys-apps/util-linux-2.31_rc1" DEPEND="" src_prepare() { diff --git a/net-wireless/rfkill/rfkill-0.5.ebuild b/net-wireless/rfkill/rfkill-0.5.ebuild index 86d4f3feaa8..ab6b3fa74fa 100644 --- a/net-wireless/rfkill/rfkill-0.5.ebuild +++ b/net-wireless/rfkill/rfkill-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 arm ~mips ppc ppc64 x86" IUSE="" -RDEPEND="" +RDEPEND="!>=sys-apps/util-linux-2.31_rc1" DEPEND="" src_compile() {