From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C76F138330 for ; Sat, 26 May 2018 18:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FF3FE09BA; Sat, 26 May 2018 18:16:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FDD4E09BA for ; Sat, 26 May 2018 18:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82998335CB4 for ; Sat, 26 May 2018 18:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 923282B2 for ; Sat, 26 May 2018 18:16:53 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527358596.858d21ee4c22bbe59a0032f12f17fbf9da953f52.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/peksystray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/peksystray/peksystray-0.4.0.ebuild X-VCS-Directories: x11-misc/peksystray/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 858d21ee4c22bbe59a0032f12f17fbf9da953f52 X-VCS-Branch: master Date: Sat, 26 May 2018 18:16:53 +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: 1f13c788-954e-419b-b2f0-f5f7683e201a X-Archives-Hash: 5db02f5b16bee2d0d8f7be7daffc17ad commit: 858d21ee4c22bbe59a0032f12f17fbf9da953f52 Author: Aaron Bauman gentoo org> AuthorDate: Sat May 26 16:00:20 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 26 18:16:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858d21ee x11-misc/peksystray: add default call to src_install for docs Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-misc/peksystray/peksystray-0.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-misc/peksystray/peksystray-0.4.0.ebuild b/x11-misc/peksystray/peksystray-0.4.0.ebuild index 96faffa1dae..282ba940b68 100644 --- a/x11-misc/peksystray/peksystray-0.4.0.ebuild +++ b/x11-misc/peksystray/peksystray-0.4.0.ebuild @@ -25,4 +25,5 @@ src_prepare() { src_install() { dobin src/peksystray || die + default }