From c9ccfdd335cab9492883d3d4c8798b37da23d64a Mon Sep 17 00:00:00 2001 From: NP-Hardass Date: Sun, 10 Apr 2016 18:52:06 -0400 Subject: [PATCH] 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 882344891c63..eef63643142a 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" } -- 2.26.2