From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBA801581EE for ; Wed, 26 Mar 2025 17:32:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C33C83430F7 for ; Wed, 26 Mar 2025 17:32:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C0967110296; Wed, 26 Mar 2025 17:32:25 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B56B9110296 for ; Wed, 26 Mar 2025 17:32:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E73B3430F7 for ; Wed, 26 Mar 2025 17:32:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2B211936 for ; Wed, 26 Mar 2025 17:32:23 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1743010266.a28c9efac626e2d8c2fe2c4c1eb9f4c3322087c4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/fuse-exfat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/fuse-exfat/fuse-exfat-1.4.0-r1.ebuild sys-fs/fuse-exfat/fuse-exfat-1.4.0.ebuild X-VCS-Directories: sys-fs/fuse-exfat/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a28c9efac626e2d8c2fe2c4c1eb9f4c3322087c4 X-VCS-Branch: master Date: Wed, 26 Mar 2025 17:32:23 +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: eb74fa28-0807-4fa8-8f1c-f71921821be4 X-Archives-Hash: a44d0a22f9337e6cef743c9c75694313 commit: a28c9efac626e2d8c2fe2c4c1eb9f4c3322087c4 Author: Mike Gilbert gentoo org> AuthorDate: Wed Mar 26 17:31:06 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Mar 26 17:31:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28c9efa sys-fs/fuse-exfat: add slot-operator for sys-fs/fuse Signed-off-by: Mike Gilbert gentoo.org> .../{fuse-exfat-1.4.0.ebuild => fuse-exfat-1.4.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/fuse-exfat/fuse-exfat-1.4.0.ebuild b/sys-fs/fuse-exfat/fuse-exfat-1.4.0-r1.ebuild similarity index 91% rename from sys-fs/fuse-exfat/fuse-exfat-1.4.0.ebuild rename to sys-fs/fuse-exfat/fuse-exfat-1.4.0-r1.ebuild index 419efa5ef131..7bf6efb359c7 100644 --- a/sys-fs/fuse-exfat/fuse-exfat-1.4.0.ebuild +++ b/sys-fs/fuse-exfat/fuse-exfat-1.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x86-linux" IUSE="suid" -RDEPEND="sys-fs/fuse:3" +RDEPEND="sys-fs/fuse:3=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig"