diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2017-03-13 00:51:43 -0400 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2017-03-13 00:52:02 -0400 |
commit | cabdeb1b7dd5d0aa1249677843da0d94231b3370 (patch) | |
tree | 388be49f32ff8700edf6cd97133598204a09d8c8 /app-emulation/wine | |
parent | app-emulation/wine: Stabilize 2.0 (diff) | |
download | gentoo-cabdeb1b7dd5d0aa1249677843da0d94231b3370.tar.gz gentoo-cabdeb1b7dd5d0aa1249677843da0d94231b3370.tar.bz2 gentoo-cabdeb1b7dd5d0aa1249677843da0d94231b3370.zip |
app-emulation/wine: Fix SRC_URI for >=2.1, thanks to wraeth
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-2.1.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/wine/wine-2.1.ebuild b/app-emulation/wine/wine-2.1.ebuild index 261ba4f70639..c853f2956816 100644 --- a/app-emulation/wine/wine-2.1.ebuild +++ b/app-emulation/wine/wine-2.1.ebuild @@ -15,8 +15,8 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" #KEYWORDS="" else - MAJOR_V=$(get_version_component_range 1-2) - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.xz" + MAJOR_V=$(get_version_component_range 1) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${P}.tar.xz" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" fi diff --git a/app-emulation/wine/wine-2.2.ebuild b/app-emulation/wine/wine-2.2.ebuild index 261ba4f70639..c853f2956816 100644 --- a/app-emulation/wine/wine-2.2.ebuild +++ b/app-emulation/wine/wine-2.2.ebuild @@ -15,8 +15,8 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" #KEYWORDS="" else - MAJOR_V=$(get_version_component_range 1-2) - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.xz" + MAJOR_V=$(get_version_component_range 1) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${P}.tar.xz" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" fi diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 261ba4f70639..c853f2956816 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -15,8 +15,8 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" #KEYWORDS="" else - MAJOR_V=$(get_version_component_range 1-2) - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.xz" + MAJOR_V=$(get_version_component_range 1) + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${P}.tar.xz" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" fi |