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 8E1DF15814C for ; Tue, 26 Sep 2023 15:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B872BC030; Tue, 26 Sep 2023 15:59:29 +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 BBA7B2BC030 for ; Tue, 26 Sep 2023 15:59:29 +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 15BB7335CAF for ; Tue, 26 Sep 2023 15:59:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0DF7126F 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: <1695743918.20d9eb86581d19385d647ac106bf5083a5dada7b.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-5.8.4.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 20d9eb86581d19385d647ac106bf5083a5dada7b 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: 93f82010-ecf7-48a9-a9aa-60906d6d57bd X-Archives-Hash: cdcf99f3728e88cdfd343bd4d5cf7d0e commit: 20d9eb86581d19385d647ac106bf5083a5dada7b Author: WANG Xuerui gentoo org> AuthorDate: Tue Sep 26 15:34:10 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Tue Sep 26 15:58:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d9eb86 gnome-extra/nemo: keyword 5.8.4 for ~loong Signed-off-by: WANG Xuerui gentoo.org> gnome-extra/nemo/nemo-5.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/nemo/nemo-5.8.4.ebuild b/gnome-extra/nemo/nemo-5.8.4.ebuild index 00ed28c44e22..9b9df4058e57 100644 --- a/gnome-extra/nemo/nemo-5.8.4.ebuild +++ b/gnome-extra/nemo/nemo-5.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ FDL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="exif gtk-doc +nls selinux test tracker xmp" REQUIRED_USE="${PYTHON_REQUIRED_USE}"