projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0502bb6
)
media-video/mpv: omit obsolete etc/* entries from DOCS array in 9999
author
Ilya Tumaykin
<itumaykin@gmail.com>
Mon, 18 Jan 2016 11:39:46 +0000
(14:39 +0300)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/media-video/mpv/mpv-9999.ebuild
b/media-video/mpv/mpv-9999.ebuild
index 582b98fc55c12c6599aa5f750741e4b4006e1b40..b6a029730825cf589df8d4030718f1344af5e183 100644
(file)
--- 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"