From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AC02913824B for ; Mon, 9 May 2016 12:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 123C421C01D; Mon, 9 May 2016 12:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8197F21C01D for ; Mon, 9 May 2016 12:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2987E340B90 for ; Mon, 9 May 2016 12:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACC2995D for ; Mon, 9 May 2016 12:22:09 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1462796513.7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/mpv-bash-completion/mpv-bash-completion-0.16.ebuild X-VCS-Directories: app-shells/mpv-bash-completion/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36 X-VCS-Branch: master Date: Mon, 9 May 2016 12:22:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1214e6cc-e8cf-458c-bd65-e2ef597fd62d X-Archives-Hash: 6577f3df90d928793adc49a87eefc40d commit: 7f0ee15fe1a6484c715b6ec9b2d0963e87a4fc36 Author: Ilya Tumaykin gmail com> AuthorDate: Wed May 4 22:52:08 2016 +0000 Commit: Ian Delaney gentoo 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 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 }