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 23ED7138334 for ; Sun, 27 Jan 2019 17:15:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22A9BE11EF; Sun, 27 Jan 2019 17:14:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F0294E11DD for ; Sun, 27 Jan 2019 17:14:58 +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 527D5335D6B for ; Sun, 27 Jan 2019 17:14:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F418524 for ; Sun, 27 Jan 2019 17:14: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: <1548609283.73c21d01c26e35400db725d1b4c3506ed4c651b7.sarnex@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-d3d9/ X-VCS-Repository: repo/gentoo 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: 73c21d01c26e35400db725d1b4c3506ed4c651b7 X-VCS-Branch: master Date: Sun, 27 Jan 2019 17:14: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c15b5764-85bf-447e-8b7f-a3f40dbbf0a6 X-Archives-Hash: 29c8da56c73a92f29f5b6b58d92ec1d7 commit: 73c21d01c26e35400db725d1b4c3506ed4c651b7 Author: Nick Sarnie gentoo org> AuthorDate: Sun Jan 27 17:03:05 2019 +0000 Commit: Nick Sarnie gentoo org> CommitDate: Sun Jan 27 17:14:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c21d01 app-emulation/wine-d3d9: Sync with ::wine 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild index 10ac0281dd4..cfa8c622172 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 3ebab9ae1cb..f9e7a4e4780 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 Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ MY_PN="${PN%%-*}" MY_P="${MY_PN}-${PV}" if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://source.winehq.org/git/wine.git https://github.com/wine-mirror/wine.git" + EGIT_REPO_URI="https://source.winehq.org/git/wine.git" EGIT_BRANCH="master" inherit git-r3 SRC_URI="" @@ -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