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 75C31158089 for ; Tue, 26 Sep 2023 15:59:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DBE82BC027; Tue, 26 Sep 2023 15:59:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 731382BC027 for ; Tue, 26 Sep 2023 15:59:28 +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 7000D335C67 for ; Tue, 26 Sep 2023 15:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C222FAC for ; Tue, 26 Sep 2023 15:59: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: <1695743914.f3e5bb05f540f9fcf48580daba79d2d662bfe501.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xapp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xapp/xapp-2.6.1.ebuild X-VCS-Directories: x11-libs/xapp/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: f3e5bb05f540f9fcf48580daba79d2d662bfe501 X-VCS-Branch: master Date: Tue, 26 Sep 2023 15:59: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: 8b667b4c-654a-46ca-8043-3ee3740eed91 X-Archives-Hash: 33b23ce9c8ed975d73409eba29fd31b9 commit: f3e5bb05f540f9fcf48580daba79d2d662bfe501 Author: WANG Xuerui gentoo org> AuthorDate: Tue Sep 26 07:10:01 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Sep 26 15:58:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e5bb05 x11-libs/xapp: keyword 2.6.1 for ~loong Signed-off-by: WANG Xuerui gentoo.org> x11-libs/xapp/xapp-2.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/xapp/xapp-2.6.1.ebuild b/x11-libs/xapp/xapp-2.6.1.ebuild index 36a2b7e8ce5a..a2e7b7222e5f 100644 --- a/x11-libs/xapp/xapp-2.6.1.ebuild +++ b/x11-libs/xapp/xapp-2.6.1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/linuxmint/xapp/" LICENSE="LGPL-3" SRC_URI="https://github.com/linuxmint/xapp/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" SLOT="0" IUSE="gtk-doc introspection mate"