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 A845E158094 for ; Sun, 9 Oct 2022 18:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D411FE07D8; Sun, 9 Oct 2022 18:02:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFF26E07D8 for ; Sun, 9 Oct 2022 18:02:40 +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 A3AE0340F30 for ; Sun, 9 Oct 2022 18:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093B0606 for ; Sun, 9 Oct 2022 18:02:38 +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: <1665338548.b890ebf86f1cbfc2e46aadb2efb272d82bb57c6a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libbacktrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild X-VCS-Directories: sys-libs/libbacktrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b890ebf86f1cbfc2e46aadb2efb272d82bb57c6a X-VCS-Branch: master Date: Sun, 9 Oct 2022 18:02:38 +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: 38999bc5-e260-49f2-807a-ac58665d1157 X-Archives-Hash: e6a3fc0b714092d93200ecf593832085 commit: b890ebf86f1cbfc2e46aadb2efb272d82bb57c6a Author: Matoro Mahri users noreply github com> AuthorDate: Sun Oct 9 17:19:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 9 18:02:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b890ebf8 sys-libs/libbacktrace: Keyword 1.0_p20220709 mips, #875803 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild index af8565eed742..bcaf60538365 100644 --- a/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild +++ b/sys-libs/libbacktrace/libbacktrace-1.0_p20220709.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMITHASH}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv" IUSE="static-libs test" RESTRICT="!test? ( test )"