Skip to content

Commit

Permalink
app-emulation/wine-staging: Fix SRC_URI for 2.0*
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/637012

Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
NP-Hardass committed Nov 10, 2017
1 parent a15770b commit b245368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-emulation/wine-staging/wine-staging-2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then
#KEYWORDS=""
else
MAJOR_V=$(get_version_component_range 1)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.bz2"
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
fi
S="${WORKDIR}/${MY_P}"
Expand Down

0 comments on commit b245368

Please sign in to comment.