media-video/mpv: omit unneeded etc/* entries from DOCS array in 0.14.0-r1
authorIlya Tumaykin <itumaykin@gmail.com>
Tue, 2 Feb 2016 01:03:00 +0000 (04:03 +0300)
committerIlya Tumaykin <itumaykin@gmail.com>
Tue, 2 Feb 2016 01:04:14 +0000 (04:04 +0300)
This is the backport of 8d842d6 to 0.14.0-r1 ebuild.
The resulting installed image isn't changed, thus no revbump.

Package-Manager: portage-2.2.27

media-video/mpv/mpv-0.14.0-r1.ebuild

index 60e9108aecb6168f8c547b79c57c8329c2550820..f8910de62b8d6c549ff4ea3207a4ee40293dff4e 100644 (file)
@@ -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"