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 563E813835B for ; Fri, 8 May 2020 00:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE832E08BB; Fri, 8 May 2020 00:31:08 +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 D5A2AE08BB for ; Fri, 8 May 2020 00:31:08 +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 957BB34F305 for ; Fri, 8 May 2020 00:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1759A1FE for ; Fri, 8 May 2020 00:31:06 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1588897858.4d6a0f4d77c7bd56b885ba8931a9e83464aaa7f9.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gcc/gcc-10.1.1_pre9999.ebuild sys-devel/gcc/gcc-11.0.0_pre9999.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4d6a0f4d77c7bd56b885ba8931a9e83464aaa7f9 X-VCS-Branch: master Date: Fri, 8 May 2020 00:31:06 +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: 1b1bf290-161e-4116-a442-45feb34dca7c X-Archives-Hash: c1bfc9740f3b64308e78782b69ab9f1e commit: 4d6a0f4d77c7bd56b885ba8931a9e83464aaa7f9 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu May 7 20:56:09 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri May 8 00:30:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6a0f4d sys-devel/gcc: switch live versions to BDEPEND-style deps Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/gcc/gcc-10.1.1_pre9999.ebuild | 2 +- sys-devel/gcc/gcc-11.0.0_pre9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild b/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild index 4ebe3090315..aaebb18cace 100644 --- a/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild +++ b/sys-devel/gcc/gcc-10.1.1_pre9999.ebuild @@ -12,7 +12,7 @@ inherit toolchain #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" RDEPEND="" -DEPEND="${CATEGORY}/binutils" +BDEPEND="${CATEGORY}/binutils" src_prepare() { local p ignore_patches=( diff --git a/sys-devel/gcc/gcc-11.0.0_pre9999.ebuild b/sys-devel/gcc/gcc-11.0.0_pre9999.ebuild index ab32e32d34a..8d31708b6ee 100644 --- a/sys-devel/gcc/gcc-11.0.0_pre9999.ebuild +++ b/sys-devel/gcc/gcc-11.0.0_pre9999.ebuild @@ -14,7 +14,7 @@ inherit toolchain EGIT_BRANCH=master RDEPEND="" -DEPEND="${CATEGORY}/binutils" +BDEPEND="${CATEGORY}/binutils" src_prepare() { local p ignore_patches=(