From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BEF8C59CAF for ; Sun, 10 Apr 2016 22:55:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7574F21C01D; Sun, 10 Apr 2016 22:55:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CD1321C01D for ; Sun, 10 Apr 2016 22:55:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A0FB33FD3F for ; Sun, 10 Apr 2016 22:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C791B86 for ; Sun, 10 Apr 2016 22:55:40 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1460328926.c9ccfdd335cab9492883d3d4c8798b37da23d64a.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine/wine-1.8.1.ebuild X-VCS-Directories: app-emulation/wine/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: c9ccfdd335cab9492883d3d4c8798b37da23d64a X-VCS-Branch: master Date: Sun, 10 Apr 2016 22:55:40 +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: 2beec60e-ad42-467a-ae00-980e9a7c91a7 X-Archives-Hash: 824ddf487873cdd38427f9ac763cefcc commit: c9ccfdd335cab9492883d3d4c8798b37da23d64a Author: NP-Hardass gentoo org> AuthorDate: Sun Apr 10 22:52:06 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sun Apr 10 22:55:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ccfdd3 app-emulation/wine: Always apply gstreamer patch on 1.8.1 Package-Manager: portage-2.2.26 app-emulation/wine/wine-1.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine/wine-1.8.1.ebuild b/app-emulation/wine/wine-1.8.1.ebuild index 8823448..eef6364 100644 --- a/app-emulation/wine/wine-1.8.1.ebuild +++ b/app-emulation/wine/wine-1.8.1.ebuild @@ -35,8 +35,8 @@ SRC_URI="${SRC_URI} abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi ) ) - gstreamer? ( https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2 ) mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi ) + https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2 https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" if [[ ${PV} == "9999" ]] ; then @@ -238,7 +238,7 @@ src_unpack() { fi unpack "${WINE_GENTOO}.tar.bz2" - use gstreamer && unpack "${GST_P}.patch.bz2" + unpack "${GST_P}.patch.bz2" l10n_find_plocales_changes "${S}/po" "" ".po" }