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 4677B158087 for ; Sat, 15 Jan 2022 01:34:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45C642BC008; Sat, 15 Jan 2022 01:34:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AC8532BC008 for ; Sat, 15 Jan 2022 01:34:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8570C343529 for ; Sat, 15 Jan 2022 01:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A59B9275 for ; Sat, 15 Jan 2022 01:34:54 +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: <1642210487.57859b1dd30cc320c5e610089caf16789ecdcf50.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/ndctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/ndctl/ndctl-71.1-r2.ebuild sys-block/ndctl/ndctl-72.1.ebuild X-VCS-Directories: sys-block/ndctl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 57859b1dd30cc320c5e610089caf16789ecdcf50 X-VCS-Branch: master Date: Sat, 15 Jan 2022 01:34:54 +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: 0a47e692-f338-4c1f-9d49-92eabdb925e1 X-Archives-Hash: 91abce9bcf5ac8f59c7221d0dc34691b commit: 57859b1dd30cc320c5e610089caf16789ecdcf50 Author: Sam James gentoo org> AuthorDate: Sat Jan 15 01:31:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 15 01:34:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57859b1d sys-block/ndctl: drop no-op USE=bash-completion Not doing anything at all in the ebuild right now. Also, just a note, but upstream have included these changes in their Meson port! Signed-off-by: Sam James gentoo.org> sys-block/ndctl/ndctl-71.1-r2.ebuild | 4 ++-- sys-block/ndctl/ndctl-72.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/ndctl/ndctl-71.1-r2.ebuild b/sys-block/ndctl/ndctl-71.1-r2.ebuild index d6c230f369cd..2114c59fe82e 100644 --- a/sys-block/ndctl/ndctl-71.1-r2.ebuild +++ b/sys-block/ndctl/ndctl-71.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0" SLOT="0/6" KEYWORDS="amd64 ~x86" -IUSE="bash-completion systemd test" +IUSE="systemd test" DEPEND=" dev-libs/json-c:= diff --git a/sys-block/ndctl/ndctl-72.1.ebuild b/sys-block/ndctl/ndctl-72.1.ebuild index e19869475171..47d1a8e6a3bc 100644 --- a/sys-block/ndctl/ndctl-72.1.ebuild +++ b/sys-block/ndctl/ndctl-72.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0" SLOT="0/6" KEYWORDS="~amd64 ~x86" -IUSE="bash-completion systemd test" +IUSE="systemd test" DEPEND=" dev-libs/iniparser:0=