diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-01-18 14:39:46 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-01-18 21:04:52 +0800 |
commit | 8d842d62c78337e81299bb1ab08e1cfccbcfba97 (patch) | |
tree | 2e95a9278acaa6b954839b09519f2b3369b9d489 /media-video/mpv | |
parent | net-fs/ncpfs: take over maintainership (diff) | |
download | gentoo-8d842d62c78337e81299bb1ab08e1cfccbcfba97.tar.gz gentoo-8d842d62c78337e81299bb1ab08e1cfccbcfba97.tar.bz2 gentoo-8d842d62c78337e81299bb1ab08e1cfccbcfba97.zip |
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
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |