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 DF076138334 for ; Mon, 17 Jun 2019 22:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5691E08BF; Mon, 17 Jun 2019 22:37:38 +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 A5085E08BF for ; Mon, 17 Jun 2019 22:37:38 +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 1086A34634D for ; Mon, 17 Jun 2019 22:37:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE50618 for ; Mon, 17 Jun 2019 22:37:34 +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: <1560811006.95c0b8d1bd0086aa38e5abc2ee09709f15533f37.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-4.10.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: 95c0b8d1bd0086aa38e5abc2ee09709f15533f37 X-VCS-Branch: master Date: Mon, 17 Jun 2019 22:37:34 +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: b5d8893f-9b36-47bc-b334-3ec6a2988dda X-Archives-Hash: 0ebc7bf8501aee91041333b8d4d8ef7f commit: 95c0b8d1bd0086aa38e5abc2ee09709f15533f37 Author: Nick Sarnie gentoo org> AuthorDate: Mon Jun 17 22:36:32 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Mon Jun 17 22:36:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=95c0b8d1 app-emulation/wine-vanilla: Fix v4l useflag Bug: https://bugs.gentoo.org/688206 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild | 2 +- app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild index 70c9c99..4d617da 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-4.10.ebuild @@ -406,7 +406,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-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 70c9c99..4d617da 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -406,7 +406,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)