commit:     7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed May  4 22:52:08 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon May  9 12:21:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0ee15f

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 <AT> gentoo.org>

 app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 aa2471d..4cf7aeb 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
 }

Reply via email to