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 DED7C138359 for ; Mon, 12 Oct 2020 18:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F28AE0784; Mon, 12 Oct 2020 18:07:38 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04696E0784 for ; Mon, 12 Oct 2020 18:07:37 +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 A5A5534081F for ; Mon, 12 Oct 2020 18:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1886E332 for ; Mon, 12 Oct 2020 18:07:35 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1602526030.fea476e131312a9cbbbc1a1bad87ada9e22209ce.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/transfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/transfig/transfig-3.2.5e-r1.ebuild media-gfx/transfig/transfig-3.2.5e.ebuild X-VCS-Directories: media-gfx/transfig/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: fea476e131312a9cbbbc1a1bad87ada9e22209ce X-VCS-Branch: master Date: Mon, 12 Oct 2020 18:07:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c316fb54-9a13-43bd-af90-a13c97c869ba X-Archives-Hash: f2372c565612b54068aaa0a4211b5aee commit: fea476e131312a9cbbbc1a1bad87ada9e22209ce Author: Stephan Hartmann gentoo org> AuthorDate: Mon Oct 12 18:07:10 2020 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Mon Oct 12 18:07:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea476e1 media-gfx/transfig: fix files installed with u-w Closes: https://bugs.gentoo.org/554356 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Stephan Hartmann gentoo.org> .../transfig/{transfig-3.2.5e.ebuild => transfig-3.2.5e-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-gfx/transfig/transfig-3.2.5e.ebuild b/media-gfx/transfig/transfig-3.2.5e-r1.ebuild similarity index 97% rename from media-gfx/transfig/transfig-3.2.5e.ebuild rename to media-gfx/transfig/transfig-3.2.5e-r1.ebuild index 490c5e08c4b..b45a700dffd 100644 --- a/media-gfx/transfig/transfig-3.2.5e.ebuild +++ b/media-gfx/transfig/transfig-3.2.5e-r1.ebuild @@ -86,7 +86,9 @@ src_compile() { src_install() { emake DESTDIR="${D}" \ - ${transfig_conf} install install.man + INSTDATFLAGS="-m 644" \ + INSTMANFLAGS="-m 644" \ + install install.man dobin "${WORKDIR}/fig2mpdf/fig2mpdf" doman "${WORKDIR}/fig2mpdf/fig2mpdf.1"