diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-04-10 18:52:06 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-04-10 18:55:26 -0400 |
commit | c9ccfdd335cab9492883d3d4c8798b37da23d64a (patch) | |
tree | 97cb35f17377b390e3411ddb11383ecc8527f979 /app-emulation | |
parent | dev-python/typing: add version 3.5.0.1 (diff) | |
download | gentoo-c9ccfdd335cab9492883d3d4c8798b37da23d64a.tar.gz gentoo-c9ccfdd335cab9492883d3d4c8798b37da23d64a.tar.bz2 gentoo-c9ccfdd335cab9492883d3d4c8798b37da23d64a.zip |
app-emulation/wine: Always apply gstreamer patch on 1.8.1
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.8.1.ebuild | 4 |
1 files 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" } |