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 C67AB158012 for ; Thu, 23 Sep 2021 06:45:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFBF3E0984; Thu, 23 Sep 2021 06:45:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C167EE0984 for ; Thu, 23 Sep 2021 06:45:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CF5334303D for ; Thu, 23 Sep 2021 06:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D18111 for ; Thu, 23 Sep 2021 06:45:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1632341640.8920e5bd0f27bd8100ef0b29434a6bf3f8f10e5b.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/fmawk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/fmawk/fmawk-9999.ebuild X-VCS-Directories: app-misc/fmawk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8920e5bd0f27bd8100ef0b29434a6bf3f8f10e5b X-VCS-Branch: master Date: Thu, 23 Sep 2021 06:45:18 +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: 10780692-8a01-42a3-bf91-11e3b60cda32 X-Archives-Hash: 5160739c2f6338fb244f9a6061309e35 commit: 8920e5bd0f27bd8100ef0b29434a6bf3f8f10e5b Author: Maciej Barć riseup net> AuthorDate: Wed Sep 22 20:13:55 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Sep 22 20:14:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8920e5bd app-misc/fmawk: update live Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Maciej Barć riseup.net> app-misc/fmawk/fmawk-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/fmawk/fmawk-9999.ebuild b/app-misc/fmawk/fmawk-9999.ebuild index b6061c618..c93095012 100644 --- a/app-misc/fmawk/fmawk-9999.ebuild +++ b/app-misc/fmawk/fmawk-9999.ebuild @@ -27,7 +27,7 @@ src_compile() { } src_install() { - emake DESTDIR="${D}" UEBERZUG_SUPPORT=YES install + emake DESTDIR="${D}" install einstalldocs }