app-emulation/wine: Always apply gstreamer patch on 1.8.1
authorNP-Hardass <NP-Hardass@gentoo.org>
Sun, 10 Apr 2016 22:52:06 +0000 (18:52 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Sun, 10 Apr 2016 22:55:26 +0000 (18:55 -0400)
Package-Manager: portage-2.2.26

app-emulation/wine/wine-1.8.1.ebuild

index 882344891c63f89c168e8f61f823a01ee567e46a..eef63643142abf1b95778cd8e0660c8fbca5cc2d 100644 (file)
@@ -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"
 }