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 459FE158089 for ; Fri, 10 Nov 2023 12:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EBEB2BC030; Fri, 10 Nov 2023 12:26:46 +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 7A6362BC030 for ; Fri, 10 Nov 2023 12:26:46 +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 B58FA335D54 for ; Fri, 10 Nov 2023 12:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64F51360 for ; Fri, 10 Nov 2023 12:26:42 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1699619133.07dcc3d1240b8e9421975736575ba858a4d2314d.arthurzam@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.4.0.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 07dcc3d1240b8e9421975736575ba858a4d2314d X-VCS-Branch: master Date: Fri, 10 Nov 2023 12:26:42 +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: 2f84f1e2-dfe8-45e2-9239-7197e8edaa38 X-Archives-Hash: c036532e2276fac0abe97d4d08675f2b commit: 07dcc3d1240b8e9421975736575ba858a4d2314d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 10 12:25:33 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 10 12:25:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dcc3d1 media-gfx/lximage-qt: Keyword 1.4.0 arm, #917093 Signed-off-by: Arthur Zamarin gentoo.org> media-gfx/lximage-qt/lximage-qt-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/lximage-qt/lximage-qt-1.4.0.ebuild b/media-gfx/lximage-qt/lximage-qt-1.4.0.ebuild index dbf00731f39e..2c139f726332 100644 --- a/media-gfx/lximage-qt/lximage-qt-1.4.0.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-1.4.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 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+"