Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/
Date: Sun, 16 Jan 2022 08:53:30
Message-Id: 1642323196.5ec7445794b34aa1ad09995849cff84db7618ff9.ionen@gentoo
1 commit: 5ec7445794b34aa1ad09995849cff84db7618ff9
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 08:48:16 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 08:53:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec74457
7
8 app-portage/iwdevtools: bdepend on getopt for using help2man
9
10 Or else it can't do --help. Albeit upstream may eventually just dump
11 help2man, was just a lazy option until setup something better.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 app-portage/iwdevtools/iwdevtools-0.8.1.ebuild | 3 ++-
16 app-portage/iwdevtools/iwdevtools-9999.ebuild | 1 +
17 2 files changed, 3 insertions(+), 1 deletion(-)
18
19 diff --git a/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild b/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild
20 index 1d98d6de0beb..020799722038 100644
21 --- a/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild
22 +++ b/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2021 Gentoo Authors
25 +# Copyright 2021-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 @@ -24,6 +24,7 @@ RDEPEND="
30 sys-apps/util-linux"
31 BDEPEND="
32 sys-apps/help2man
33 + sys-apps/util-linux
34 test? ( ${RDEPEND} )"
35
36 PATCHES=(
37
38 diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild
39 index 238ca161ff34..377e0ed0f31c 100644
40 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
41 +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
42 @@ -24,6 +24,7 @@ RDEPEND="
43 || ( sys-apps/util-linux app-misc/getopt )"
44 BDEPEND="
45 sys-apps/help2man
46 + || ( sys-apps/util-linux app-misc/getopt )
47 test? ( ${RDEPEND} )"
48
49 src_configure() {