From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 738461382C5 for ; Fri, 23 Feb 2018 20:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63527E0848; Fri, 23 Feb 2018 20:39:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4238FE0848 for ; Fri, 23 Feb 2018 20:39:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1564D335C30 for ; Fri, 23 Feb 2018 20:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C979B1A7 for ; Fri, 23 Feb 2018 20:39:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519418329.459313620b97b02c46388dfd6874bffbbacaeb1b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 459313620b97b02c46388dfd6874bffbbacaeb1b X-VCS-Branch: master Date: Fri, 23 Feb 2018 20:39:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c71a9da5-7d29-4f08-b485-487d0f7bc604 X-Archives-Hash: 2dd00e5b9a7c8072e1ff8e5ea5adecb4 commit: 459313620b97b02c46388dfd6874bffbbacaeb1b Author: Ilya Tumaykin gmail com> AuthorDate: Thu Feb 22 22:22:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 20:38:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45931362 media-video/mpv: reset DOCS and SRC_URI vars in live ebuild Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-video/mpv/mpv-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index c530dace68b..076125a4d9c 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 )