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 88B13138334 for ; Mon, 17 Jun 2019 22:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AA10E08AE; Mon, 17 Jun 2019 22:40:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1BA39E08AE for ; Mon, 17 Jun 2019 22:40:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ACFC034635E for ; Mon, 17 Jun 2019 22:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD58061D for ; Mon, 17 Jun 2019 22:40:48 +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: <1560811225.e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-4.10.ebuild app-emulation/wine-staging/wine-staging-9999.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db X-VCS-Branch: master Date: Mon, 17 Jun 2019 22:40:48 +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: 3a01710d-3b37-4017-a9f5-d402e0d8931b X-Archives-Hash: fcaa5a92b397fef989cfc74b7d06a231 commit: e8a3ea9fbd1ca541169cc6d94f07fd9ed6e2a4db Author: Nick Sarnie gentoo org> AuthorDate: Mon Jun 17 22:39:57 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Mon Jun 17 22:40:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a3ea9f app-emulation/wine-staging: Sync with ::wine Fix v4l useflag Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-staging/wine-staging-4.10.ebuild | 2 +- app-emulation/wine-staging/wine-staging-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-staging/wine-staging-4.10.ebuild b/app-emulation/wine-staging/wine-staging-4.10.ebuild index fa474a55dcf..060b82852b3 100644 --- a/app-emulation/wine-staging/wine-staging-4.10.ebuild +++ b/app-emulation/wine-staging/wine-staging-4.10.ebuild @@ -475,7 +475,7 @@ multilib_src_configure() { $(use_enable test tests) $(use_with truetype freetype) $(use_with udev) - $(use_with v4l) + $(use_with v4l v4l2) $(use_with vkd3d) $(use_with vulkan) $(use_with X x) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index fa474a55dcf..060b82852b3 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -475,7 +475,7 @@ multilib_src_configure() { $(use_enable test tests) $(use_with truetype freetype) $(use_with udev) - $(use_with v4l) + $(use_with v4l v4l2) $(use_with vkd3d) $(use_with vulkan) $(use_with X x)