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 C88C7158020 for ; Mon, 19 Dec 2022 05:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2B0E0B18; Mon, 19 Dec 2022 05:48: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BACB9E0B18 for ; Mon, 19 Dec 2022 05:48: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 E1748341715 for ; Mon, 19 Dec 2022 05:48:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A2D07D6 for ; Mon, 19 Dec 2022 05:48:28 +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: <1671428880.3d1c663123bb7c2acb06c13f9eb31f833aad01a5.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: 3d1c663123bb7c2acb06c13f9eb31f833aad01a5 X-VCS-Branch: master Date: Mon, 19 Dec 2022 05:48:28 +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: b2638c6e-5b45-4e5a-8771-e94848a76036 X-Archives-Hash: 62a800e91dbc8be817a64ca3ffc47ebd commit: 3d1c663123bb7c2acb06c13f9eb31f833aad01a5 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Dec 19 05:42:52 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Dec 19 05:48:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1c6631 app-portage/iwdevtools: sync live wrt coreutils, this intentionally uses GNU'ism and now also uses "timeout" which is typically not available without it. Given may get used on custom/embedded systems for testing, also better not to rely on @system for providing it. Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 0a3f9f336d58..c3034e59890f 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -20,6 +20,7 @@ RDEPEND=" app-portage/portage-utils >=app-shells/bash-5.1 dev-libs/libxml2:2 + sys-apps/coreutils sys-apps/diffutils sys-apps/file sys-apps/portage