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 24E9B139694 for ; Thu, 22 Jun 2017 23:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5618A21C03E; Thu, 22 Jun 2017 23:22:26 +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 34D5C21C03E for ; Thu, 22 Jun 2017 23:22:25 +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 D8A77341977 for ; Thu, 22 Jun 2017 23:22:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C1D924BA for ; Thu, 22 Jun 2017 23:22:22 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1498173731.7eedd5c3b84a3b83525dfed536735be99c1382b0.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/mupdf-1.11-r2.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 7eedd5c3b84a3b83525dfed536735be99c1382b0 X-VCS-Branch: master Date: Thu, 22 Jun 2017 23:22:22 +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: 13e5b9ea-b04a-429f-bf57-5017899ae6c4 X-Archives-Hash: bcf29180dfe832db2dfdee98cd570bf1 commit: 7eedd5c3b84a3b83525dfed536735be99c1382b0 Author: Michael Weber gentoo org> AuthorDate: Thu Jun 22 23:22:11 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Jun 22 23:22:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eedd5c3 app-text/mupdf: fix executable bit on CHANGES (bug 622076). Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-text/mupdf/mupdf-1.11-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/mupdf/mupdf-1.11-r2.ebuild b/app-text/mupdf/mupdf-1.11-r2.ebuild index e7a4fef0f02..53319aa7581 100644 --- a/app-text/mupdf/mupdf-1.11-r2.ebuild +++ b/app-text/mupdf/mupdf-1.11-r2.ebuild @@ -147,5 +147,5 @@ src_install() { insinto /usr/$(get_libdir)/pkgconfig doins platform/debian/${PN}.pc - dodoc README docs/*.{txt,c} + dodoc README CHANGES docs/*.{txt,c} }