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 C6729158094 for ; Thu, 25 Aug 2022 07:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA5B4E08F3; Thu, 25 Aug 2022 07:07:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 81B5CE08F2 for ; Thu, 25 Aug 2022 07:07:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01A6B340B0B for ; Thu, 25 Aug 2022 07:07:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EC0D596 for ; Thu, 25 Aug 2022 07:07:30 +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: <1661410164.eec626322f03a419fbca33e8cddb8f266bae1c32.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xisxwayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xisxwayland/xisxwayland-9999.ebuild X-VCS-Directories: x11-apps/xisxwayland/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: eec626322f03a419fbca33e8cddb8f266bae1c32 X-VCS-Branch: master Date: Thu, 25 Aug 2022 07:07:30 +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: cf8d98ac-1665-441c-b141-635905b9e1d5 X-Archives-Hash: 5491c499aa506dda2d316b27d0af2f43 commit: eec626322f03a419fbca33e8cddb8f266bae1c32 Author: WANG Xuerui gentoo org> AuthorDate: Thu Aug 25 06:49:24 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Aug 25 06:49:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eec62632 x11-apps/xisxwayland: forward ~loong Signed-off-by: WANG Xuerui gentoo.org> x11-apps/xisxwayland/xisxwayland-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild index aaa53f42f155..c7f9d5034c09 100644 --- a/x11-apps/xisxwayland/xisxwayland-9999.ebuild +++ b/x11-apps/xisxwayland/xisxwayland-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~loong" SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz" fi