From 7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36 Mon Sep 17 00:00:00 2001 From: Ilya Tumaykin Date: Thu, 5 May 2016 01:52:08 +0300 Subject: 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 --- app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-shells') 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 } -- cgit v1.2.3-65-gdbad