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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 06D1F158021 for ; Wed, 23 Nov 2022 22:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D779E09DE; Wed, 23 Nov 2022 22:51:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03361E09DE for ; Wed, 23 Nov 2022 22:51:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EABB334027D for ; Wed, 23 Nov 2022 22:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DFB6756 for ; Wed, 23 Nov 2022 22:51:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1669243876.ffb8a7a847a0f86c3fd2d70fe5663c9defc12aa0.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-proton/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-proton/wine-proton-7.0.4.ebuild app-emulation/wine-proton/wine-proton-7.0.5.ebuild app-emulation/wine-proton/wine-proton-7.0.9999.ebuild X-VCS-Directories: app-emulation/wine-proton/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: ffb8a7a847a0f86c3fd2d70fe5663c9defc12aa0 X-VCS-Branch: master Date: Wed, 23 Nov 2022 22:51:56 +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: e82a45fb-280e-4aa0-85c7-b0b477b0fa6f X-Archives-Hash: 20c9f3329ae448d95617ed4815325fec commit: ffb8a7a847a0f86c3fd2d70fe5663c9defc12aa0 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Nov 23 22:51:03 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Nov 23 22:51:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffb8a7a8 app-emulation/wine-proton: bdepend on binutils Due to tc-ld-force-bfd while binutils can possibly be missing on llvm profiles. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-proton/wine-proton-7.0.4.ebuild | 1 + app-emulation/wine-proton/wine-proton-7.0.5.ebuild | 1 + app-emulation/wine-proton/wine-proton-7.0.9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/app-emulation/wine-proton/wine-proton-7.0.4.ebuild b/app-emulation/wine-proton/wine-proton-7.0.4.ebuild index 37d03a663596..3b01f3d095cf 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.4.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.4.ebuild @@ -96,6 +96,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl + sys-devel/binutils sys-devel/bison sys-devel/flex virtual/pkgconfig diff --git a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild index d2c30cd89d6b..82c464535ae9 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.5.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.5.ebuild @@ -96,6 +96,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl + sys-devel/binutils sys-devel/bison sys-devel/flex virtual/pkgconfig diff --git a/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild b/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild index b2e69e68887a..eeb9741d6db0 100644 --- a/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild +++ b/app-emulation/wine-proton/wine-proton-7.0.9999.ebuild @@ -96,6 +96,7 @@ DEPEND=" BDEPEND=" ${PYTHON_DEPS} dev-lang/perl + sys-devel/binutils sys-devel/bison sys-devel/flex virtual/pkgconfig