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 7324A158020 for ; Mon, 5 Dec 2022 05:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D62CE07DB; Mon, 5 Dec 2022 05:30:30 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21FE2E07DB for ; Mon, 5 Dec 2022 05:30:30 +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 A8075341249 for ; Mon, 5 Dec 2022 05:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB5477D for ; Mon, 5 Dec 2022 05:30:25 +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: <1670217918.65d748e7d2f77dca771145859da6b1696e584a4d.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/lximage-qt/lximage-qt-1.2.0.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 65d748e7d2f77dca771145859da6b1696e584a4d X-VCS-Branch: master Date: Mon, 5 Dec 2022 05:30:25 +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: a12c690c-4637-4869-be76-264e965d370a X-Archives-Hash: 35a989828a2f1128368a73a371307db6 commit: 65d748e7d2f77dca771145859da6b1696e584a4d Author: WANG Xuerui gentoo org> AuthorDate: Mon Dec 5 04:18:39 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Mon Dec 5 05:25:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d748e7 media-gfx/lximage-qt: keyword 1.2.0 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-gfx/lximage-qt/lximage-qt-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/lximage-qt/lximage-qt-1.2.0.ebuild b/media-gfx/lximage-qt/lximage-qt-1.2.0.ebuild index a961e786ccb1..e9608b188ef8 100644 --- a/media-gfx/lximage-qt/lximage-qt-1.2.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-1.2.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+"