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 51C56138334 for ; Sun, 15 Jul 2018 16:02:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61B04E0806; Sun, 15 Jul 2018 16:02:00 +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 391C1E0806 for ; Sun, 15 Jul 2018 16:02:00 +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 ADB72335C8C for ; Sun, 15 Jul 2018 16:01:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E473F372 for ; Sun, 15 Jul 2018 16:01:55 +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: <1531670492.e645c51d5bb91a2960e278eef8d8476d28188f21.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-any/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-any/wine-any-3.12.ebuild app-emulation/wine-any/wine-any-9999.ebuild X-VCS-Directories: app-emulation/wine-any/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: e645c51d5bb91a2960e278eef8d8476d28188f21 X-VCS-Branch: master Date: Sun, 15 Jul 2018 16:01:55 +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-Archives-Salt: d5470f39-88ca-4557-8e57-9f41293108a9 X-Archives-Hash: 0d256bbaeb05428b82ea57b167a9fa10 commit: e645c51d5bb91a2960e278eef8d8476d28188f21 Author: Nick Sarnie gentoo org> AuthorDate: Sun Jul 15 16:01:30 2018 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Jul 15 16:01:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=e645c51d app-emulation/wine-any: Require staging for ffmpeg Package-Manager: Portage-2.3.42, Repoman-2.3.9 app-emulation/wine-any/wine-any-3.12.ebuild | 1 + app-emulation/wine-any/wine-any-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-emulation/wine-any/wine-any-3.12.ebuild b/app-emulation/wine-any/wine-any-3.12.ebuild index d1e7371..6380a95 100644 --- a/app-emulation/wine-any/wine-any-3.12.ebuild +++ b/app-emulation/wine-any/wine-any-3.12.ebuild @@ -52,6 +52,7 @@ IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) + ffmpeg? ( staging ) osmesa? ( opengl ) pipelight? ( staging ) test? ( abi_x86_32 ) diff --git a/app-emulation/wine-any/wine-any-9999.ebuild b/app-emulation/wine-any/wine-any-9999.ebuild index d1e7371..6380a95 100644 --- a/app-emulation/wine-any/wine-any-9999.ebuild +++ b/app-emulation/wine-any/wine-any-9999.ebuild @@ -52,6 +52,7 @@ IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) X? ( truetype ) elibc_glibc? ( threads ) + ffmpeg? ( staging ) osmesa? ( opengl ) pipelight? ( staging ) test? ( abi_x86_32 )