From: Jimi Huotari Date: Tue, 3 May 2016 05:35:00 +0000 (-0400) Subject: app-emulation/wine: Adjust d3d9-related URI and variables. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ab5c73572636ee8988efa8d441e03df5b6ae6083;p=gentoo.git app-emulation/wine: Adjust d3d9-related URI and variables. Signed-off-by: NP-Hardass Package-Manager: portage-2.2.28 --- diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index b9c1d5395b71..971a77cbf618 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"