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 2CEF31388C0 for ; Mon, 29 Feb 2016 17:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AB6121C003; Mon, 29 Feb 2016 17:22:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B0DB21C003 for ; Mon, 29 Feb 2016 17:22:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEFF434091A for ; Mon, 29 Feb 2016 17:22:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BAF216C4 for ; Mon, 29 Feb 2016 17:22:02 +0000 (UTC) From: "Daniel Pielmeier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Daniel Pielmeier" Message-ID: <1456766460.c2723f50b843f5e7a27dc4ad78edbbf90ce71381.billie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conky/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conky/conky-1.10.1.ebuild X-VCS-Directories: app-admin/conky/ X-VCS-Committer: billie X-VCS-Committer-Name: Daniel Pielmeier X-VCS-Revision: c2723f50b843f5e7a27dc4ad78edbbf90ce71381 X-VCS-Branch: master Date: Mon, 29 Feb 2016 17:22:02 +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: ed5aa318-0b79-4009-8355-92f17a3231f8 X-Archives-Hash: 181916a9dcc3785fb85954faa08c907e commit: c2723f50b843f5e7a27dc4ad78edbbf90ce71381 Author: Daniel Pielmeier gentoo org> AuthorDate: Mon Feb 29 17:21:00 2016 +0000 Commit: Daniel Pielmeier gentoo org> CommitDate: Mon Feb 29 17:21:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2723f50 app-admin/conky: Fix doc installation. This fixes bug #575416. Thanks to David Brooke for the report. Package-Manager: portage-2.2.26 app-admin/conky/conky-1.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/conky/conky-1.10.1.ebuild b/app-admin/conky/conky-1.10.1.ebuild index 3e6759b..dfa1c6c 100644 --- a/app-admin/conky/conky-1.10.1.ebuild +++ b/app-admin/conky/conky-1.10.1.ebuild @@ -69,7 +69,7 @@ DEPEND=" CONFIG_CHECK=~IPV6 -DOCS=( README TODO ChangeLog NEWS AUTHORS ) +DOCS=( README.md TODO ChangeLog NEWS AUTHORS ) pkg_setup() { use ipv6 && linux-info_pkg_setup