app-emulation/wine: Adjust d3d9-related URI and variables.
authorJimi Huotari <chiitoo@gentoo.org>
Tue, 3 May 2016 05:35:00 +0000 (01:35 -0400)
committerNP-Hardass <NP-Hardass@gentoo.org>
Fri, 13 May 2016 01:49:10 +0000 (21:49 -0400)
Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
Package-Manager: portage-2.2.28

app-emulation/wine/wine-9999.ebuild

index b9c1d5395b7171e77bb4c9b4ddb162a3fe712ba3..971a77cbf618dcc84a6cca389d4cbac34f9fe9cf 100644 (file)
@@ -26,7 +26,7 @@ MV="4.6.2"
 [[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
 STAGING_P="wine-staging-${PV}"
 STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
-D3D9_P="${PV}"
+D3D9_P="wine-d3d9-${PV}"
 D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}"
 WINE_GENTOO="wine-gentoo-2015.03.07"
 DESCRIPTION="Free implementation of Windows(tm) on Unix"
@@ -45,7 +45,7 @@ if [[ ${PV} == "9999" ]] ; then
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz )
-       d3d9? ( https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-${PV}.tar.gz -> ${D3D9_P}.tar.gz )"
+       d3d9? ( https://github.com/sarnex/wine-d3d9-patches/archive/${D3D9_P}.tar.gz )"
 fi
 
 LICENSE="LGPL-2.1"