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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18E38158020 for ; Fri, 23 Dec 2022 03:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43BF1E07DB; Fri, 23 Dec 2022 03:23:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 273EEE07DB for ; Fri, 23 Dec 2022 03:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32E1A3413E1 for ; Fri, 23 Dec 2022 03:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8890E7E7 for ; Fri, 23 Dec 2022 03:23:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1671765793.9e937c9951c68fbbcb247b4ba303375e882fba71.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/multitail/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/multitail/multitail-7.0.0.ebuild X-VCS-Directories: app-text/multitail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9e937c9951c68fbbcb247b4ba303375e882fba71 X-VCS-Branch: master Date: Fri, 23 Dec 2022 03:23:39 +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: e2414a1c-4fe0-4c4c-8f30-2b45b29004a9 X-Archives-Hash: 12f69081309ca74b09dd46d9fd171dda commit: 9e937c9951c68fbbcb247b4ba303375e882fba71 Author: Sam James gentoo org> AuthorDate: Fri Dec 23 03:23:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Dec 23 03:23:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e937c99 app-text/multitail: fix UnusedInherits Signed-off-by: Sam James gentoo.org> app-text/multitail/multitail-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/multitail/multitail-7.0.0.ebuild b/app-text/multitail/multitail-7.0.0.ebuild index b85cb86ffc1f..69f7f86defeb 100644 --- a/app-text/multitail/multitail-7.0.0.ebuild +++ b/app-text/multitail/multitail-7.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic optfeature toolchain-funcs +inherit cmake optfeature DESCRIPTION="Tail with multiple windows" HOMEPAGE="http://www.vanheusden.com/multitail/ https://github.com/folkertvanheusden/multitail/"