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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 597AA15806E for ; Sun, 14 May 2023 19:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A33E087C; Sun, 14 May 2023 19:06:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AB53E087C for ; Sun, 14 May 2023 19:06:28 +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 9F657340DB8 for ; Sun, 14 May 2023 19:06:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1D357F5 for ; Sun, 14 May 2023 19:06:25 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1684091010.436de38e12e9229b93214a0195e44d83b76d7ba9.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libnbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libnbd/libnbd-1.16.1-r1.ebuild X-VCS-Directories: sys-libs/libnbd/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: 436de38e12e9229b93214a0195e44d83b76d7ba9 X-VCS-Branch: master Date: Sun, 14 May 2023 19:06:25 +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: e6e332ec-e479-47a0-9cad-20a696a15f17 X-Archives-Hash: 14dba40460da4ae1b4fa6cf866a2f897 commit: 436de38e12e9229b93214a0195e44d83b76d7ba9 Author: Arsen Arsenović gentoo org> AuthorDate: Sun May 14 19:02:10 2023 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Sun May 14 19:03:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436de38e sys-libs/libnbd: drop unused uri-support IUSE in 1.16.1 Signed-off-by: Arsen Arsenović gentoo.org> sys-libs/libnbd/libnbd-1.16.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild index d37ba42025e1..625b4a38d242 100644 --- a/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild +++ b/sys-libs/libnbd/libnbd-1.16.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.libguestfs.org/libnbd/$(ver_cut 1-2)-stable/${P}.tar.g LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="fuse gnutls go ocaml python test uri-support" +IUSE="fuse gnutls go ocaml python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )"