commit: ab5c73572636ee8988efa8d441e03df5b6ae6083
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 05:35:00 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Fri May 13 01:49:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5c7357
app-emulation/wine: Adjust d3d9-related URI and variables.
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
Package-Manager: portage-2.2.28
app-emulation/wine/wine-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emulation/wine/wine-9999.ebuild
b/app-emulation/wine/wine-9999.ebuild
index b9c1d53..971a77c 100644
--- a/app-emulation/wine/wine-9999.ebuild
+++ b/app-emulation/wine/wine-9999.ebuild
@@ -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"