From: Ilya Tumaykin Date: Mon, 18 Jan 2016 11:39:46 +0000 (+0300) Subject: media-video/mpv: omit obsolete etc/* entries from DOCS array in 9999 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8d842d62c78337e81299bb1ab08e1cfccbcfba97;p=gentoo.git 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 --- diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 582b98fc55c1..b6a029730825 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"