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 79864158041 for ; Thu, 11 Apr 2024 16:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69BD3E2A4D; Thu, 11 Apr 2024 16:30: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 4440EE2A4D for ; Thu, 11 Apr 2024 16:30:04 +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 44D833432D2 for ; Thu, 11 Apr 2024 16:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42E7016BD for ; Thu, 11 Apr 2024 16:30:00 +0000 (UTC) From: "Sam James" 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" Message-ID: <1712852891.671f19f96fd683e3a73a9a45f41a991955198e4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/curlftpfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild X-VCS-Directories: net-fs/curlftpfs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 671f19f96fd683e3a73a9a45f41a991955198e4e X-VCS-Branch: master Date: Thu, 11 Apr 2024 16:30:00 +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: e3f42abf-c9e3-4dc3-92e8-e30c29dd56c3 X-Archives-Hash: 9da4498f581489ed0f53957053313d8a commit: 671f19f96fd683e3a73a9a45f41a991955198e4e Author: Eli Schwartz gmail com> AuthorDate: Thu Apr 11 03:29:05 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 11 16:28:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671f19f9 net-fs/curlftpfs: fix EmptyGlobalAssignment Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild index 622273bfc397..769d3c9c6d14 100644 --- a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild +++ b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux" -IUSE="" RESTRICT="test" # bug 258460 RDEPEND=">=net-misc/curl-7.17.0