commit:     5ec7445794b34aa1ad09995849cff84db7618ff9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 16 08:48:16 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 08:53:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec74457

app-portage/iwdevtools: bdepend on getopt for using help2man

Or else it can't do --help. Albeit upstream may eventually just dump
help2man, was just a lazy option until setup something better.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 app-portage/iwdevtools/iwdevtools-0.8.1.ebuild | 3 ++-
 app-portage/iwdevtools/iwdevtools-9999.ebuild  | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild 
b/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild
index 1d98d6de0beb..020799722038 100644
--- a/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -24,6 +24,7 @@ RDEPEND="
        sys-apps/util-linux"
 BDEPEND="
        sys-apps/help2man
+       sys-apps/util-linux
        test? ( ${RDEPEND} )"
 
 PATCHES=(

diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild 
b/app-portage/iwdevtools/iwdevtools-9999.ebuild
index 238ca161ff34..377e0ed0f31c 100644
--- a/app-portage/iwdevtools/iwdevtools-9999.ebuild
+++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
        || ( sys-apps/util-linux app-misc/getopt )"
 BDEPEND="
        sys-apps/help2man
+       || ( sys-apps/util-linux app-misc/getopt )
        test? ( ${RDEPEND} )"
 
 src_configure() {

Reply via email to