summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2017-03-13 00:51:43 -0400
committerNP-Hardass <NP-Hardass@gentoo.org>2017-03-13 00:52:02 -0400
commitcabdeb1b7dd5d0aa1249677843da0d94231b3370 (patch)
tree388be49f32ff8700edf6cd97133598204a09d8c8 /app-emulation
parentapp-emulation/wine: Stabilize 2.0 (diff)
downloadgentoo-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')
-rw-r--r--app-emulation/wine/wine-2.1.ebuild4
-rw-r--r--app-emulation/wine/wine-2.2.ebuild4
-rw-r--r--app-emulation/wine/wine-9999.ebuild4
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