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 201581580B9 for ; Sat, 21 Aug 2021 13:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29E30E0867; Sat, 21 Aug 2021 13:08:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D07BE086A for ; Sat, 21 Aug 2021 13:08:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 00C47335D45 for ; Sat, 21 Aug 2021 13:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B30A78BB for ; Sat, 21 Aug 2021 13:08:18 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1629551277.0013b49098b1c028dc1d84e6e53b9a932b45284a.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/below/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/below/below-0.3.0.ebuild X-VCS-Directories: sys-process/below/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0013b49098b1c028dc1d84e6e53b9a932b45284a X-VCS-Branch: master Date: Sat, 21 Aug 2021 13:08:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 84c9587f-3143-448a-be02-91659bf94fff X-Archives-Hash: baf99b37615ca6f911dab3f658914cb0 commit: 0013b49098b1c028dc1d84e6e53b9a932b45284a Author: Florian Schmaus gentoo org> AuthorDate: Sat Aug 21 12:58:50 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sat Aug 21 13:07:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0013b490 sys-process/below: depend on virtual/rust[rustfmt] It is time to depend on the rust virtual now that it knows the 'rustfmt' USE flag. Signed-off-by: Florian Schmaus gentoo.org> sys-process/below/below-0.3.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-process/below/below-0.3.0.ebuild b/sys-process/below/below-0.3.0.ebuild index 1eda62fead3..30bcee725ec 100644 --- a/sys-process/below/below-0.3.0.ebuild +++ b/sys-process/below/below-0.3.0.ebuild @@ -193,12 +193,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc64" BDEPEND=" - || ( - dev-lang/rust[rustfmt] - dev-lang/rust-bin[rustfmt] - ) sys-devel/clang virtual/pkgconfig + virtual/rust[rustfmt] " RDEPEND=" virtual/libelf