summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2015-12-22 17:56:19 +0300
committerIlya Tumaykin <itumaykin@gmail.com>2015-12-28 15:46:53 +0300
commit763fda71c1e4af7046ebf518ac041748ccec1f2e (patch)
treee891fda54fe1c775c6d192e7ae7528762b0032a7 /media-video/mpv
parentmedia-video/mpv: make more probable branch first (diff)
downloadgentoo-763fda71c1e4af7046ebf518ac041748ccec1f2e.tar.gz
gentoo-763fda71c1e4af7046ebf518ac041748ccec1f2e.tar.bz2
gentoo-763fda71c1e4af7046ebf518ac041748ccec1f2e.zip
media-video/mpv: rename WAF_V to WAF_PV to be in sync with Portage
Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index a705081ec4e7..9ca03d5e40b6 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -8,11 +8,11 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE='threads(+)'
inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils
-WAF_V="1.8.12"
+WAF_PV='1.8.12'
DESCRIPTION="Media player based on MPlayer and mplayer2"
HOMEPAGE="https://mpv.io/"
-SRC_URI="https://waf.io/pub/release/waf-${WAF_V}"
+SRC_URI="https://waf.io/pub/release/waf-${WAF_PV}"
if [[ ${PV} != *9999* ]]; then
SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -151,7 +151,7 @@ pkg_setup() {
}
src_prepare() {
- cp "${DISTDIR}"/waf-${WAF_V} "${S}"/waf || die
+ cp "${DISTDIR}/waf-${WAF_PV}" "${S}"/waf || die
chmod 0755 "${S}"/waf || die
epatch_user
}