diff options
author | Sam James <sam@gentoo.org> | 2022-01-15 01:31:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-15 01:34:47 +0000 |
commit | 57859b1dd30cc320c5e610089caf16789ecdcf50 (patch) | |
tree | 73ad95aeb2b55e1df6d35555cd43dc72073c2a9e /sys-block/ndctl | |
parent | dev-db/sqlite: update maintainers (diff) | |
download | gentoo-57859b1dd30cc320c5e610089caf16789ecdcf50.tar.gz gentoo-57859b1dd30cc320c5e610089caf16789ecdcf50.tar.bz2 gentoo-57859b1dd30cc320c5e610089caf16789ecdcf50.zip |
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@gentoo.org>
Diffstat (limited to 'sys-block/ndctl')
-rw-r--r-- | sys-block/ndctl/ndctl-71.1-r2.ebuild | 4 | ||||
-rw-r--r-- | 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= |