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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ACA91158CB7 for ; Thu, 19 Aug 2021 08:57:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94F2E07C5; Thu, 19 Aug 2021 08:57:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70D6FE07C5 for ; Thu, 19 Aug 2021 08:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0416342A59 for ; Thu, 19 Aug 2021 08:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1CDB5A0 for ; Thu, 19 Aug 2021 08:57:10 +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: <1629363373.42ec57bafb3054a43774d6b10f0da364b291432c.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-9999.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 42ec57bafb3054a43774d6b10f0da364b291432c X-VCS-Branch: master Date: Thu, 19 Aug 2021 08:57:10 +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: a21b69d5-0d5d-4ae3-b36c-b9c1067abb5b X-Archives-Hash: 03e335ef75ff1bad8e98568a46948724 commit: 42ec57bafb3054a43774d6b10f0da364b291432c Author: Ionen Wolkens gentoo org> AuthorDate: Thu Aug 19 08:55:54 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Aug 19 08:56:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ec57ba app-portage/iwdevtools: add new pax-utils dep Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 41ec6fafe38..567370192db 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -14,10 +14,11 @@ SLOT="0" KEYWORDS="" RDEPEND=" + app-misc/pax-utils app-portage/portage-utils sys-apps/diffutils - sys-apps/portage sys-apps/file + sys-apps/portage sys-apps/util-linux" src_configure() {