Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/ndctl/
Date: Sat, 15 Jan 2022 01:34:59
Message-Id: 1642210487.57859b1dd30cc320c5e610089caf16789ecdcf50.sam@gentoo
1 commit: 57859b1dd30cc320c5e610089caf16789ecdcf50
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 15 01:31:27 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 15 01:34:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57859b1d
7
8 sys-block/ndctl: drop no-op USE=bash-completion
9
10 Not doing anything at all in the ebuild right now. Also,
11 just a note, but upstream have included these changes
12 in their Meson port!
13
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-block/ndctl/ndctl-71.1-r2.ebuild | 4 ++--
17 sys-block/ndctl/ndctl-72.1.ebuild | 2 +-
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/sys-block/ndctl/ndctl-71.1-r2.ebuild b/sys-block/ndctl/ndctl-71.1-r2.ebuild
21 index d6c230f369cd..2114c59fe82e 100644
22 --- a/sys-block/ndctl/ndctl-71.1-r2.ebuild
23 +++ b/sys-block/ndctl/ndctl-71.1-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 2021 Gentoo Authors
26 +# Copyright 2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0"
32 SLOT="0/6"
33 KEYWORDS="amd64 ~x86"
34 -IUSE="bash-completion systemd test"
35 +IUSE="systemd test"
36
37 DEPEND="
38 dev-libs/json-c:=
39
40 diff --git a/sys-block/ndctl/ndctl-72.1.ebuild b/sys-block/ndctl/ndctl-72.1.ebuild
41 index e19869475171..47d1a8e6a3bc 100644
42 --- a/sys-block/ndctl/ndctl-72.1.ebuild
43 +++ b/sys-block/ndctl/ndctl-72.1.ebuild
44 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/pmem/ndctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 LICENSE="GPL-2 LGPL-2.1 MIT CC0-1.0"
46 SLOT="0/6"
47 KEYWORDS="~amd64 ~x86"
48 -IUSE="bash-completion systemd test"
49 +IUSE="systemd test"
50
51 DEPEND="
52 dev-libs/iniparser:0=