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 DADA215808B for ; Sun, 10 Apr 2022 20:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFDF8E09D4; Sun, 10 Apr 2022 20:05:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7321E09D4 for ; Sun, 10 Apr 2022 20:05:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82DAF3417FE for ; Sun, 10 Apr 2022 20:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED1E6355 for ; Sun, 10 Apr 2022 20:05:28 +0000 (UTC) From: "Nick Sarnie" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nick Sarnie" Message-ID: <1649620883.2ed8ac01519a590ab665e5f13b8dda785e2a8079.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-vanilla/wine-vanilla-7.0-r1.ebuild app-emulation/wine-vanilla/wine-vanilla-7.3.ebuild app-emulation/wine-vanilla/wine-vanilla-7.4.ebuild app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild app-emulation/wine-vanilla/wine-vanilla-7.6.ebuild app-emulation/wine-vanilla/wine-vanilla-9999.ebuild X-VCS-Directories: app-emulation/wine-vanilla/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 2ed8ac01519a590ab665e5f13b8dda785e2a8079 X-VCS-Branch: master Date: Sun, 10 Apr 2022 20:05:28 +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: b4dbfe76-4310-4cbd-a1a3-b167c13af505 X-Archives-Hash: 3520f50328ad8dc612000186bd2554d5 commit: 2ed8ac01519a590ab665e5f13b8dda785e2a8079 Author: Nick Sarnie gentoo org> AuthorDate: Sun Apr 10 19:59:40 2022 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Apr 10 20:01:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=2ed8ac01 app-emulation/wine-vanilla: Fix warn Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/wine-vanilla-7.0-r1.ebuild | 8 ++++---- app-emulation/wine-vanilla/wine-vanilla-7.3.ebuild | 8 ++++---- app-emulation/wine-vanilla/wine-vanilla-7.4.ebuild | 8 ++++---- app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild | 8 ++++---- app-emulation/wine-vanilla/wine-vanilla-7.6.ebuild | 8 ++++---- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 8 ++++---- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.0-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.0-r1.ebuild index aea7d77..c9c681b 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.0-r1.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.0-r1.ebuild @@ -48,12 +48,11 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) RESTRICT="test" BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) - sys-devel/flex - virtual/yacc - virtual/pkgconfig" + sys-devel/flex + virtual/yacc + virtual/pkgconfig" COMMON_DEPEND=" - ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -122,6 +121,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} + ${BDEPEND} >=sys-kernel/linux-headers-2.6 X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )" diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.3.ebuild index 65b5fd0..3587d07 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.3.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.3.ebuild @@ -48,12 +48,11 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) RESTRICT="test" BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) - sys-devel/flex - virtual/yacc - virtual/pkgconfig" + sys-devel/flex + virtual/yacc + virtual/pkgconfig" COMMON_DEPEND=" - ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -122,6 +121,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} + ${BDEPEND} >=sys-kernel/linux-headers-2.6 X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )" diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.4.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.4.ebuild index 65b5fd0..3587d07 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.4.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.4.ebuild @@ -48,12 +48,11 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) RESTRICT="test" BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) - sys-devel/flex - virtual/yacc - virtual/pkgconfig" + sys-devel/flex + virtual/yacc + virtual/pkgconfig" COMMON_DEPEND=" - ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -122,6 +121,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} + ${BDEPEND} >=sys-kernel/linux-headers-2.6 X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )" diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild index 65b5fd0..3587d07 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.5.ebuild @@ -48,12 +48,11 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) RESTRICT="test" BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) - sys-devel/flex - virtual/yacc - virtual/pkgconfig" + sys-devel/flex + virtual/yacc + virtual/pkgconfig" COMMON_DEPEND=" - ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -122,6 +121,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} + ${BDEPEND} >=sys-kernel/linux-headers-2.6 X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )" diff --git a/app-emulation/wine-vanilla/wine-vanilla-7.6.ebuild b/app-emulation/wine-vanilla/wine-vanilla-7.6.ebuild index a249f1b..a4f9408 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-7.6.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-7.6.ebuild @@ -48,12 +48,11 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) RESTRICT="test" BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) - sys-devel/flex - virtual/yacc - virtual/pkgconfig" + sys-devel/flex + virtual/yacc + virtual/pkgconfig" COMMON_DEPEND=" - ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -122,6 +121,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} + ${BDEPEND} >=sys-kernel/linux-headers-2.6 X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )" diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index a249f1b..a4f9408 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -48,12 +48,11 @@ REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) RESTRICT="test" BDEPEND="mingw? ( !!>=cross-i686-w64-mingw32/binutils-2.38 !!>=cross-x86_64-w64-mingw32/binutils-2.38 ) - sys-devel/flex - virtual/yacc - virtual/pkgconfig" + sys-devel/flex + virtual/yacc + virtual/pkgconfig" COMMON_DEPEND=" - ${BDEPEND} X? ( x11-libs/libXcursor[${MULTILIB_USEDEP}] x11-libs/libXext[${MULTILIB_USEDEP}] @@ -122,6 +121,7 @@ RDEPEND="${COMMON_DEPEND} # tools/make_requests requires perl DEPEND="${COMMON_DEPEND} + ${BDEPEND} >=sys-kernel/linux-headers-2.6 X? ( x11-base/xorg-proto ) xinerama? ( x11-base/xorg-proto )"