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 475B51382C5 for ; Fri, 29 May 2020 19:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7604DE0903; Fri, 29 May 2020 19:20:37 +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 585A0E0903 for ; Fri, 29 May 2020 19:20: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 AC9C434E54E for ; Fri, 29 May 2020 19:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09BF7232 for ; Fri, 29 May 2020 19:20:21 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1590780001.8ffa16b41f842647448e08c093adaa474a459f59.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/expect-lite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild X-VCS-Directories: dev-tcltk/expect-lite/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8ffa16b41f842647448e08c093adaa474a459f59 X-VCS-Branch: master Date: Fri, 29 May 2020 19:20:21 +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: d1454545-a935-4605-b390-a4a86ba47233 X-Archives-Hash: 5225af4e7fa23e4710a780ab79a07b4a commit: 8ffa16b41f842647448e08c093adaa474a459f59 Author: Alfredo Tupone gentoo org> AuthorDate: Fri May 29 19:20:01 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri May 29 19:20:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffa16b4 dev-tcltk/expect-lite: fix man compression Closes: https://bugs.gentoo.org/724064 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild index 7e006fefdd6..71432aaa93d 100644 --- a/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild +++ b/dev-tcltk/expect-lite/expect-lite-4.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -28,6 +28,7 @@ src_install() { dodoc -r Docs/* dobin ${PN} + gunzip man/*.gz doman man/* if use examples ; then