From 763fda71c1e4af7046ebf518ac041748ccec1f2e Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Tue, 22 Dec 2015 17:56:19 +0300 Subject: [PATCH] media-video/mpv: rename WAF_V to WAF_PV to be in sync with Portage Package-Manager: portage-2.2.24 --- media-video/mpv/mpv-9999.ebuild | 6 +++--- 1 file 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 } -- 2.26.2