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 9FF2315808B for ; Wed, 25 Sep 2024 14:22:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F09E2BA0; Wed, 25 Sep 2024 14:22:33 +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 6D4EBE2BA0 for ; Wed, 25 Sep 2024 14:22:33 +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 3D754343198 for ; Wed, 25 Sep 2024 14:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A6A927FB for ; Wed, 25 Sep 2024 14:22:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1727274146.9fa0d11bd76332ce254b328cd79d641db60e783f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-6.2.8.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9fa0d11bd76332ce254b328cd79d641db60e783f X-VCS-Branch: master Date: Wed, 25 Sep 2024 14:22:29 +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: 6d6a718a-5d06-432d-a3fa-a6ec901a19fb X-Archives-Hash: c0db07139fcb2a9a57d4a45c9269f153 commit: 9fa0d11bd76332ce254b328cd79d641db60e783f Author: Joonas Niilola gentoo org> AuthorDate: Wed Sep 25 14:21:46 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Sep 25 14:22:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fa0d11b gnome-extra/nemo: Stabilize 6.2.8 x86, #940051 Signed-off-by: Joonas Niilola gentoo.org> gnome-extra/nemo/nemo-6.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/nemo/nemo-6.2.8.ebuild b/gnome-extra/nemo/nemo-6.2.8.ebuild index 349de168cd0a..a75210c840be 100644 --- a/gnome-extra/nemo/nemo-6.2.8.ebuild +++ b/gnome-extra/nemo/nemo-6.2.8.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 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" IUSE="exif gtk-doc +nls selinux test tracker wayland xmp" REQUIRED_USE="${PYTHON_REQUIRED_USE}"