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 6613F158012 for ; Wed, 22 Sep 2021 20:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF2D3E0880; Wed, 22 Sep 2021 20:16:51 +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 5C59CE0880 for ; Wed, 22 Sep 2021 20:16:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9E01342DF3 for ; Wed, 22 Sep 2021 20:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B884CF for ; Wed, 22 Sep 2021 20:16:48 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1632341640.8920e5bd0f27bd8100ef0b29434a6bf3f8f10e5b.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8920e5bd0f27bd8100ef0b29434a6bf3f8f10e5b X-VCS-Branch: dev Date: Wed, 22 Sep 2021 20:16:48 +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: 328a6ab9-38d4-4039-b59c-a582b738f8a8 X-Archives-Hash: 1e5e54af585ea50f465d42e05874c159 commit: 8920e5bd0f27bd8100ef0b29434a6bf3f8f10e5b Author: Maciej Barć riseup net> AuthorDate: Wed Sep 22 20:13:55 2021 +0000 Commit: Maciej Barć riseup net> 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 }