commit: 57859b1dd30cc320c5e610089caf16789ecdcf50 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 01:31:27 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=
