summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2018-02-23 01:22:39 +0300
committerMichał Górny <mgorny@gentoo.org>2018-02-23 21:38:49 +0100
commit459313620b97b02c46388dfd6874bffbbacaeb1b (patch)
treec05208a83006845dcfec7a48f1ccc248c361708c /media-video/mpv
parentsys-freebsd/freebsd-lib: Backport Elf_Nhdr support needed for mesa (diff)
downloadgentoo-459313620b97b02c46388dfd6874bffbbacaeb1b.tar.gz
gentoo-459313620b97b02c46388dfd6874bffbbacaeb1b.tar.bz2
gentoo-459313620b97b02c46388dfd6874bffbbacaeb1b.zip
media-video/mpv: reset DOCS and SRC_URI vars in live ebuild
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index c530dace68b4..076125a4d9c0 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -20,6 +20,7 @@ if [[ ${PV} != *9999* ]]; then
else
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
inherit git-r3
+ DOCS=(); SRC_URI=""
fi
SRC_URI+=" https://waf.io/waf-${WAF_PV}"
DOCS+=( README.md DOCS/{client-api,interface}-changes.rst )