diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-23 13:17:23 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-10-23 13:17:23 +0200 |
commit | e8526888ced1f604c05c1020a087cdf87bbe727c (patch) | |
tree | 66f7b10b4514482cd9b86f0a89e291ab74470396 /net-wireless/rfkill | |
parent | net-wireless/blueberry: >=util-linux-2.31_rc1 now also provides rfkill. (diff) | |
download | gentoo-e8526888ced1f604c05c1020a087cdf87bbe727c.tar.gz gentoo-e8526888ced1f604c05c1020a087cdf87bbe727c.tar.bz2 gentoo-e8526888ced1f604c05c1020a087cdf87bbe727c.zip |
net-wireless/rfkill: >=sys-apps/util-linux-2.31_rc1 also provides rfkill.
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'net-wireless/rfkill')
-rw-r--r-- | net-wireless/rfkill/rfkill-0.5-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 65a79620fa8e..dad893b293f8 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 86d4f3feaa82..ab6b3fa74faf 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() { |