diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-16 03:48:16 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-16 03:53:16 -0500 |
commit | 5ec7445794b34aa1ad09995849cff84db7618ff9 (patch) | |
tree | 7e6909b73e2e093ef79064388dce119ba24aa184 /app-portage/iwdevtools | |
parent | profiles/package.mask: More java last-rites (diff) | |
download | gentoo-5ec7445794b34aa1ad09995849cff84db7618ff9.tar.gz gentoo-5ec7445794b34aa1ad09995849cff84db7618ff9.tar.bz2 gentoo-5ec7445794b34aa1ad09995849cff84db7618ff9.zip |
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@gentoo.org>
Diffstat (limited to 'app-portage/iwdevtools')
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-0.8.1.ebuild | 3 | ||||
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-9999.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
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() { |