From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 1C13E138334 for ; Sun, 27 Jan 2019 17:01:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B807E0E7E; Sun, 27 Jan 2019 17:01:33 +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 18C59E0D5E for ; Sun, 27 Jan 2019 17:01:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 60B74335D6A for ; Sun, 27 Jan 2019 17:01:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9B89523 for ; Sun, 27 Jan 2019 17:01:29 +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: <1548608304.5990341ec6ba8c40772a7eb0072e693b298371f6.sarnex@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-d3d9/ X-VCS-Repository: repo/proj/wine X-VCS-Files: app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild app-emulation/wine-d3d9/wine-d3d9-9999.ebuild X-VCS-Directories: app-emulation/wine-d3d9/ X-VCS-Committer: sarnex X-VCS-Committer-Name: Nick Sarnie X-VCS-Revision: 5990341ec6ba8c40772a7eb0072e693b298371f6 X-VCS-Branch: master Date: Sun, 27 Jan 2019 17:01:29 +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: d694c1fc-5a13-44ee-96b6-e96154f3b49d X-Archives-Hash: 450c542182a4c79ab1ec8a61f927f62c commit: 5990341ec6ba8c40772a7eb0072e693b298371f6 Author: Nick Sarnie gentoo org> AuthorDate: Sun Jan 27 16:58:24 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Jan 27 16:58:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=5990341e app-emulation/wine-d3d9: Bump required wine-mono version Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Nick Sarnie gentoo.org> app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild | 2 +- app-emulation/wine-d3d9/wine-d3d9-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild index 10ac028..cfa8c62 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild @@ -124,7 +124,7 @@ RDEPEND="${COMMON_DEPEND} !app-emulation/wine:0 dos? ( >=games-emulation/dosbox-0.74_p20160629 ) gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] ) - mono? ( app-emulation/wine-mono:4.7.3 ) + mono? ( app-emulation/wine-mono:4.7.5 ) perl? ( dev-lang/perl dev-perl/XML-Simple diff --git a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild index 5bed605..f9e7a4e 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -123,7 +123,7 @@ RDEPEND="${COMMON_DEPEND} !app-emulation/wine:0 dos? ( >=games-emulation/dosbox-0.74_p20160629 ) gecko? ( app-emulation/wine-gecko:2.47[abi_x86_32?,abi_x86_64?] ) - mono? ( app-emulation/wine-mono:4.7.3 ) + mono? ( app-emulation/wine-mono:4.7.5 ) perl? ( dev-lang/perl dev-perl/XML-Simple