commit: 8d842d62c78337e81299bb1ab08e1cfccbcfba97
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Mon Jan 18 11:39:46 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 13:04:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d842d62
media-video/mpv: omit obsolete etc/* entries from DOCS array in 9999
Build system is mature enough to install files under etc/* from sources
into docdir automatically.
Package-Manager: portage-2.2.26
media-video/mpv/mpv-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 582b98f..b6a0297 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -23,7 +23,7 @@ else
inherit git-r3
fi
SRC_URI+=" https://waf.io/waf-${WAF_PV}"
-DOCS+=( README.md etc/example.conf etc/input.conf )
+DOCS+=( README.md )
# See Copyright in source tarball and bug #506946. Waf is BSD, libmpv is ISC.
LICENSE="GPL-2+ BSD ISC"