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 B3362158009 for ; Fri, 23 Jun 2023 21:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5D56E085E; Fri, 23 Jun 2023 21:01:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B6909E085E for ; Fri, 23 Jun 2023 21:01:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1CBA33BF41 for ; Fri, 23 Jun 2023 21:01:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E636A93 for ; Fri, 23 Jun 2023 21:01:34 +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: <1687554072.8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b.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.12.5.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: 8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b X-VCS-Branch: master Date: Fri, 23 Jun 2023 21:01:34 +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: b29fb71c-e763-4acd-a933-2facacf0008b X-Archives-Hash: 41e4baeb21883ca49f0e7a10aef4040f commit: 8dc2f19c0b6811b59ad6af72dd7c254d40c9c21b Author: Ionen Wolkens gentoo org> AuthorDate: Fri Jun 23 20:49:06 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Fri Jun 23 21:01:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc2f19c app-portage/iwdevtools: depend on bash[readline] This is needed for compgen, which iwdevtools does use. Skipping revbump given portage depends on [readline] too and this would be a rather rare configuration. Just adding to be pedantic. Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-0.12.5.ebuild | 2 +- app-portage/iwdevtools/iwdevtools-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild b/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild index ad9fe2c7e81b..baa4f6dbae19 100644 --- a/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild +++ b/app-portage/iwdevtools/iwdevtools-0.12.5.ebuild @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND=" app-misc/pax-utils app-portage/portage-utils - >=app-shells/bash-5.1 + >=app-shells/bash-5.1[readline] dev-libs/libxml2:2 sys-apps/coreutils sys-apps/diffutils diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index c3034e59890f..5d8cf2fc86c0 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND=" app-misc/pax-utils app-portage/portage-utils - >=app-shells/bash-5.1 + >=app-shells/bash-5.1[readline] dev-libs/libxml2:2 sys-apps/coreutils sys-apps/diffutils