Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 23 Feb 2018 20:39:17
Message-Id: 1519418329.459313620b97b02c46388dfd6874bffbbacaeb1b.mgorny@gentoo
1 commit: 459313620b97b02c46388dfd6874bffbbacaeb1b
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 22:22:39 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 20:38:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45931362
7
8 media-video/mpv: reset DOCS and SRC_URI vars in live ebuild
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/mpv/mpv-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index c530dace68b..076125a4d9c 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -20,6 +20,7 @@ if [[ ${PV} != *9999* ]]; then
20 else
21 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"
22 inherit git-r3
23 + DOCS=(); SRC_URI=""
24 fi
25 SRC_URI+=" https://waf.io/waf-${WAF_PV}"
26 DOCS+=( README.md DOCS/{client-api,interface}-changes.rst )