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 E26C8158094 for ; Sun, 28 Aug 2022 05:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38224E0869; Sun, 28 Aug 2022 05:06:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19618E0869 for ; Sun, 28 Aug 2022 05:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D252333E830 for ; Sun, 28 Aug 2022 05:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4899D5A4 for ; Sun, 28 Aug 2022 05:06:13 +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: <1661663153.0a5b49e350a5c07c297b8bd19f76af32dff7c659.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tinyxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild X-VCS-Directories: dev-libs/tinyxml2/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 0a5b49e350a5c07c297b8bd19f76af32dff7c659 X-VCS-Branch: master Date: Sun, 28 Aug 2022 05:06:13 +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: 3ecd1134-d251-4a60-9694-96dba340923a X-Archives-Hash: 28d083c78a843851b538eb6586386472 commit: 0a5b49e350a5c07c297b8bd19f76af32dff7c659 Author: WANG Xuerui gentoo org> AuthorDate: Sun Aug 28 03:53:00 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Aug 28 05:05:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5b49e3 dev-libs/tinyxml2: keyword 9.0.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild b/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild index 8b98b58eeaeb..9299951c20bf 100644 --- a/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild +++ b/dev-libs/tinyxml2/tinyxml2-9.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="ZLIB" SLOT="0/9" -KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )"