From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED826158087 for ; Sun, 16 Jan 2022 08:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41EA62BC050; Sun, 16 Jan 2022 08:53:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C6B22BC050 for ; Sun, 16 Jan 2022 08:53:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE271342FA7 for ; Sun, 16 Jan 2022 08:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C168268 for ; Sun, 16 Jan 2022 08:53:27 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1642323196.5ec7445794b34aa1ad09995849cff84db7618ff9.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/iwdevtools/iwdevtools-0.8.1.ebuild app-portage/iwdevtools/iwdevtools-9999.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5ec7445794b34aa1ad09995849cff84db7618ff9 X-VCS-Branch: master Date: Sun, 16 Jan 2022 08:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70b0d724-f6aa-47bf-9ca6-438e61a903d9 X-Archives-Hash: 89c62750293541a0b4e99a9ffd7e0508 commit: 5ec7445794b34aa1ad09995849cff84db7618ff9 Author: Ionen Wolkens gentoo org> AuthorDate: Sun Jan 16 08:48:16 2022 +0000 Commit: Ionen Wolkens gentoo 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 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() {