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 8FD8F158020 for ; Thu, 27 Oct 2022 07:40:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB19CE0870; Thu, 27 Oct 2022 07:40:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id C703FE0870 for ; Thu, 27 Oct 2022 07:40:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 103BA340F00 for ; Thu, 27 Oct 2022 07:40:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AF03615 for ; Thu, 27 Oct 2022 07:40:51 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1666856423.8c91f7dc7e1c74400b659f7b2a8145288339228c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xtail/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/xtail/xtail-2.1_p8.ebuild X-VCS-Directories: app-admin/xtail/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8c91f7dc7e1c74400b659f7b2a8145288339228c X-VCS-Branch: master Date: Thu, 27 Oct 2022 07:40: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: cbe4e8ee-bb7f-4f58-9496-aa52615018db X-Archives-Hash: 9fb46e5532022b430aedd7fb81b60d0c commit: 8c91f7dc7e1c74400b659f7b2a8145288339228c Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Oct 27 07:40:23 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Oct 27 07:40:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c91f7dc app-admin/xtail: Stabilize 2.1_p8 ppc, #873436 Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/xtail/xtail-2.1_p8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/xtail/xtail-2.1_p8.ebuild b/app-admin/xtail/xtail-2.1_p8.ebuild index e93cf162e952..c9d84ca2880e 100644 --- a/app-admin/xtail/xtail-2.1_p8.ebuild +++ b/app-admin/xtail/xtail-2.1_p8.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}"/${PN}-${MY_PV} LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" BDEPEND="app-arch/unzip"