media-video/mpv: omit obsolete etc/* entries from DOCS array in 9999
authorIlya Tumaykin <itumaykin@gmail.com>
Mon, 18 Jan 2016 11:39:46 +0000 (14:39 +0300)
committerIan Delaney <idella4@gentoo.org>
Mon, 18 Jan 2016 13:04:52 +0000 (21:04 +0800)
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

index 582b98fc55c12c6599aa5f750741e4b4006e1b40..b6a029730825cf589df8d4030718f1344af5e183 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"