From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1392715-garchives=archives.gentoo.org@lists.gentoo.org> 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 6ACC8158090 for <garchives@archives.gentoo.org>; Thu, 5 May 2022 03:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21BA3E07D1; Thu, 5 May 2022 03:01:04 +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 F406DE07D1 for <gentoo-commits@lists.gentoo.org>; Thu, 5 May 2022 03:01:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 231253414C0 for <gentoo-commits@lists.gentoo.org>; Thu, 5 May 2022 03:01:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 924A1455 for <gentoo-commits@lists.gentoo.org>; Thu, 5 May 2022 03:01:00 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1651719623.7cf61578277afd11005051d26dc2ae034010f4eb.sam@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.2.4.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7cf61578277afd11005051d26dc2ae034010f4eb X-VCS-Branch: master Date: Thu, 5 May 2022 03:01:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e18f943-819d-4a72-934a-e87335b79f03 X-Archives-Hash: 226addf28678056a6fed9ab80f33e3a2 commit: 7cf61578277afd11005051d26dc2ae034010f4eb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 5 03:00:23 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 5 03:00:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf61578 gnome-extra/nemo: Stabilize 5.2.4 amd64, #841614 Signed-off-by: Sam James <sam <AT> gentoo.org> gnome-extra/nemo/nemo-5.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/nemo/nemo-5.2.4.ebuild b/gnome-extra/nemo/nemo-5.2.4.ebuild index 1eabe047e65b..c575d5a86a93 100644 --- a/gnome-extra/nemo/nemo-5.2.4.ebuild +++ b/gnome-extra/nemo/nemo-5.2.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+ FDL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" IUSE="exif gtk-doc +nls selinux test tracker xmp" REQUIRED_USE="${PYTHON_REQUIRED_USE}"