diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2019-03-10 15:19:43 +0200 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-03-10 10:45:06 -0400 |
commit | 6a0ab7215f7c1c4d36579184647bdbf5fd8dcba6 (patch) | |
tree | d768dc9d2dd0324709b9aead1000feddf22f7bd1 /app-emulation | |
parent | app-emulation/winetricks: bump live ebuild to EAPI="7" (diff) | |
download | gentoo-6a0ab7215f7c1c4d36579184647bdbf5fd8dcba6.tar.gz gentoo-6a0ab7215f7c1c4d36579184647bdbf5fd8dcba6.tar.bz2 gentoo-6a0ab7215f7c1c4d36579184647bdbf5fd8dcba6.zip |
app-emulation/winetricks: update 'SRC_URI'
Move 'winetricks-gentoo-2012.11.24' to another dev-space due to
retirement.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winetricks/winetricks-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild index 8c6edd07f67f..900a5b539221 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -17,8 +17,8 @@ fi wtg="winetricks-gentoo-2012.11.24" SRC_URI="${SRC_URI} - gtk? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 ) - kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 ) + gtk? ( https://dev.gentoo.org/~chiitoo/distfiles/${wtg}.tar.bz2 ) + kde? ( https://dev.gentoo.org/~chiitoo/distfiles/${wtg}.tar.bz2 ) " DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" |