Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/
Date: Sun, 10 Mar 2019 14:45:20
Message-Id: 1552229106.6a0ab7215f7c1c4d36579184647bdbf5fd8dcba6.sarnex@gentoo
1 commit: 6a0ab7215f7c1c4d36579184647bdbf5fd8dcba6
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 13:19:43 2019 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 14:45:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0ab721
7
8 app-emulation/winetricks: update 'SRC_URI'
9
10 Move 'winetricks-gentoo-2012.11.24' to another dev-space due to
11 retirement.
12
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
15 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
16
17 app-emulation/winetricks/winetricks-99999999.ebuild | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild
21 index 8c6edd07f67..900a5b53922 100644
22 --- a/app-emulation/winetricks/winetricks-99999999.ebuild
23 +++ b/app-emulation/winetricks/winetricks-99999999.ebuild
24 @@ -17,8 +17,8 @@ fi
25 wtg="winetricks-gentoo-2012.11.24"
26
27 SRC_URI="${SRC_URI}
28 - gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
29 - kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )
30 + gtk? ( https://dev.gentoo.org/~chiitoo/distfiles/${wtg}.tar.bz2 )
31 + kde? ( https://dev.gentoo.org/~chiitoo/distfiles/${wtg}.tar.bz2 )
32 "
33
34 DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine"