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 1138C139694 for ; Tue, 4 Apr 2017 17:52:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ABE2E0E21; Tue, 4 Apr 2017 17:52:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 16CBAE0E21 for ; Tue, 4 Apr 2017 17:52:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F27E34164A for ; Tue, 4 Apr 2017 17:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C88F71DC for ; Tue, 4 Apr 2017 17:51:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1491328311.7c814610a48dbc650e64c1353f5d6118dcf7188f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-sensors-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild X-VCS-Directories: xfce-extra/xfce4-sensors-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7c814610a48dbc650e64c1353f5d6118dcf7188f X-VCS-Branch: master Date: Tue, 4 Apr 2017 17:51:57 +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: 37881567-f2e6-4300-b100-1c3bc56a92c0 X-Archives-Hash: 9a72c15b36ec6bd88a6443eef30cc3ae commit: 7c814610a48dbc650e64c1353f5d6118dcf7188f Author: Michał Górny gentoo org> AuthorDate: Tue Apr 4 17:51:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 4 17:51:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c814610 xfce-extra/xfce4-sensors-plugin: Add missed einstalldocs xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild index 7d766ffc188..9d94e1fab4f 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.2.98.ebuild @@ -50,4 +50,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install manualdir="${EPREFIX}/usr/share/man/man1" + einstalldocs }