Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-vanilla/
Date: Fri, 10 Nov 2017 19:02:45
Message-Id: 1510340546.a15770b53067005f0f5b7e2f8b2d28f845056edb.np-hardass@gentoo
1 commit: a15770b53067005f0f5b7e2f8b2d28f845056edb
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 10 18:51:50 2017 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 10 19:02:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15770b5
7
8 app-emulation/wine-vanilla: Fix SRC_URI for 2.0*
9
10 Bug: https://bugs.gentoo.org/637012
11
12 Package-Manager: Portage-2.3.13, Repoman-2.3.4
13
14 app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild | 2 +-
15 app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
19 index 775a1f19fce..d9e20bebdf6 100644
20 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
21 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0-r1.ebuild
22 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
23 #KEYWORDS=""
24 else
25 MAJOR_V=$(get_version_component_range 1)
26 - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.bz2"
27 + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.bz2"
28 KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
29 fi
30 S="${WORKDIR}/${MY_P}"
31
32 diff --git a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
33 index 3ebfd211d13..fec5b93de80 100644
34 --- a/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
35 +++ b/app-emulation/wine-vanilla/wine-vanilla-2.0.ebuild
36 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
37 #KEYWORDS=""
38 else
39 MAJOR_V=$(get_version_component_range 1)
40 - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.bz2"
41 + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.bz2"
42 KEYWORDS="-* amd64 x86 ~x86-fbsd"
43 fi
44 S="${WORKDIR}/${MY_P}"