diff options
author | 2020-01-21 19:11:53 -0500 | |
---|---|---|
committer | 2020-01-21 19:12:39 -0500 | |
commit | 581b906eea585cfa94d09688fe75950d84a3b50d (patch) | |
tree | 4c5bee1a9e21daf37bfbdc3b68bad628042cea9b /app-emulation/wine-staging/wine-staging-9999.ebuild | |
parent | app-emulation/wine-vanilla: Drop old (diff) | |
download | gentoo-581b906eea585cfa94d09688fe75950d84a3b50d.tar.gz gentoo-581b906eea585cfa94d09688fe75950d84a3b50d.tar.bz2 gentoo-581b906eea585cfa94d09688fe75950d84a3b50d.zip |
app-emulation/wine-staging: Sync with ::wine
Bump to 5.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging/wine-staging-9999.ebuild')
-rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index e6f10b747502..748e8b7b288b 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else MAJOR_V=$(ver_cut 1) - SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz" + SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz" KEYWORDS="-* ~amd64 ~x86" fi S="${WORKDIR}/${MY_P}" |