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 335B5158015 for ; Sun, 17 Dec 2023 23:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE4682BC03C; Sun, 17 Dec 2023 23:55:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 914AD2BC03C for ; Sun, 17 Dec 2023 23:55:11 +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 D1509335D72 for ; Sun, 17 Dec 2023 23:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B763D14C5 for ; Sun, 17 Dec 2023 23:55:07 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1702857188.bb6a58e3dcaebd657686b39f580554dbd62a6f05.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: bb6a58e3dcaebd657686b39f580554dbd62a6f05 X-VCS-Branch: master Date: Sun, 17 Dec 2023 23:55:07 +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: 568e18f1-6bdc-4795-a581-e782742db4d3 X-Archives-Hash: 6f8404ef7be7298eb65e5bb12e9bdb2c commit: bb6a58e3dcaebd657686b39f580554dbd62a6f05 Author: Matoro Mahri matoro tk> AuthorDate: Sat Dec 16 17:40:03 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Dec 17 23:53:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6a58e3 lxqt-base/lxqt-meta: Keyword 1.4.0 loong, #917093 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild index ec4c7cc73740..d4cbaab7e8fb 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-1.4.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" HOMEPAGE="https://lxqt-project.org/" if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="metapackage"