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 D85ED158020 for ; Mon, 5 Dec 2022 05:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A831E07E6; Mon, 5 Dec 2022 05:30:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4494EE07E6 for ; Mon, 5 Dec 2022 05:30:31 +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 72D6D341211 for ; Mon, 5 Dec 2022 05:30:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 725C97D8 for ; Mon, 5 Dec 2022 05:30:26 +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: <1670217939.938d7fff710b3c0bb16654281ad65b921ed6b6b8.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/rlottie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/rlottie/rlottie-0.2_p20210405.ebuild X-VCS-Directories: media-libs/rlottie/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 938d7fff710b3c0bb16654281ad65b921ed6b6b8 X-VCS-Branch: master Date: Mon, 5 Dec 2022 05:30:26 +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: 68608853-26ce-4f42-8ab4-3d97e7e3be02 X-Archives-Hash: 4e1eb9bbc1e1c7ce9490cadbd0b0f01d commit: 938d7fff710b3c0bb16654281ad65b921ed6b6b8 Author: WANG Xuerui gentoo org> AuthorDate: Mon Dec 5 05:25:39 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 5 05:25:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938d7fff media-libs/rlottie: keyword 0.2_p20210405 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-libs/rlottie/rlottie-0.2_p20210405.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/rlottie/rlottie-0.2_p20210405.ebuild b/media-libs/rlottie/rlottie-0.2_p20210405.ebuild index f3265f5fd52f..dca3b2fea97c 100644 --- a/media-libs/rlottie/rlottie-0.2_p20210405.ebuild +++ b/media-libs/rlottie/rlottie-0.2_p20210405.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Samsung/rlottie/archive/${MY_COMMIT}.tar.gz -> ${P}. LICENSE="BSD FTL JSON MIT" SLOT="0/0.2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="debug test" RESTRICT="!test? ( test )"