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 CE07D158090 for ; Thu, 5 May 2022 23:48:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE55E08C4; Thu, 5 May 2022 23:48:27 +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 E26C6E08C4 for ; Thu, 5 May 2022 23:48:26 +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 F421E341B8C for ; Thu, 5 May 2022 23:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 452B9452 for ; Thu, 5 May 2022 23:48:23 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1651794240.32088bf3f25c0659b535e15df60282d223c8400c.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libaal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libaal/libaal-1.0.7-r2.ebuild X-VCS-Directories: sys-libs/libaal/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 32088bf3f25c0659b535e15df60282d223c8400c X-VCS-Branch: master Date: Thu, 5 May 2022 23:48:23 +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: 90702e33-e427-4ef2-afdd-cc1c60ed6543 X-Archives-Hash: 6adcf7ef2162b921f1e190b132cdff4f commit: 32088bf3f25c0659b535e15df60282d223c8400c Author: WANG Xuerui gentoo org> AuthorDate: Thu May 5 23:19:03 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu May 5 23:44:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32088bf3 sys-libs/libaal: keyword 1.0.7-r2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> sys-libs/libaal/libaal-1.0.7-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libaal/libaal-1.0.7-r2.ebuild b/sys-libs/libaal/libaal-1.0.7-r2.ebuild index 7994ee19251f..32c17e6921af 100644 --- a/sys-libs/libaal/libaal-1.0.7-r2.ebuild +++ b/sys-libs/libaal/libaal-1.0.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz" LICENSE="GPL-2" SLOT="0/7" -KEYWORDS="amd64 arm ~arm64 ppc ppc64 -sparc x86" +KEYWORDS="amd64 arm ~arm64 ~loong ppc ppc64 -sparc x86" IUSE="static-libs" BDEPEND="virtual/os-headers"