summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2016-05-05 01:52:08 +0300
committerIan Delaney <idella4@gentoo.org>2016-05-09 20:21:53 +0800
commit7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36 (patch)
tree611d12e0085bdcfaeaad515a1df49fafceb5414e /app-shells
parentapp-admin/ulogd: remove description tag from metadata.xml (diff)
downloadgentoo-7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36.tar.gz
gentoo-7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36.tar.bz2
gentoo-7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36.zip
app-shells/mpv-bash-completion: use einstalldocs in src_install in 0.16
mpv-bash-completion doesn't have any build system or Makefiles. According to PMS, default in src_install phase is equivalent to einstalldocs in this case [0]. Thus replace default with einstalldocs. [0]: https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-1040009.1.9 Closes: https://github.com/gentoo/gentoo/pull/1436 Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild
index aa2471de6fa5..4cf7aeb301ff 100644
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild
+++ b/app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild
@@ -30,6 +30,6 @@ src_compile() {
}
src_install() {
- default
+ einstalldocs
newbashcomp ${PN} mpv
}