From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B88811584AD for ; Mon, 14 Apr 2025 16:00:07 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9433D3430F4 for ; Mon, 14 Apr 2025 16:00:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 55A931104B9; Mon, 14 Apr 2025 15:59:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 43EAD1104B9 for ; Mon, 14 Apr 2025 15:59:55 +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 E9E833430F4 for ; Mon, 14 Apr 2025 15:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5C4E2082 for ; Mon, 14 Apr 2025 15:59:51 +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: <1744646292.576d166d45992e6ddf2949e17023148a0b4995c3.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.1.5-r1.ebuild X-VCS-Directories: app-text/multitail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 576d166d45992e6ddf2949e17023148a0b4995c3 X-VCS-Branch: master Date: Mon, 14 Apr 2025 15:59:51 +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: 5ec6a9bf-aa99-476f-981c-33d9cb821fe1 X-Archives-Hash: 56bade60e44a0b29969195885a45cf8a commit: 576d166d45992e6ddf2949e17023148a0b4995c3 Author: Sam James gentoo org> AuthorDate: Mon Apr 14 15:58:12 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 14 15:58:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576d166d app-text/multitail: Stabilize 7.1.5-r1 amd64, #950938 Signed-off-by: Sam James gentoo.org> app-text/multitail/multitail-7.1.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/multitail/multitail-7.1.5-r1.ebuild b/app-text/multitail/multitail-7.1.5-r1.ebuild index 39f7319c4d93..2c7e75ebe0a7 100644 --- a/app-text/multitail/multitail-7.1.5-r1.ebuild +++ b/app-text/multitail/multitail-7.1.5-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/folkertvanheusden/${PN}/archive/${PV}.tar.gz -> ${P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="debug examples unicode" RDEPEND="sys-libs/ncurses:=[unicode(+)?]"