diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 00:42:52 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-19 00:48:00 -0500 |
commit | 3d1c663123bb7c2acb06c13f9eb31f833aad01a5 (patch) | |
tree | 65582da55760fd4c3fc0c5151716a923f722cd0a /app-portage/iwdevtools | |
parent | app-portage/iwdevtools: add 0.12.2 (diff) | |
download | gentoo-3d1c663123bb7c2acb06c13f9eb31f833aad01a5.tar.gz gentoo-3d1c663123bb7c2acb06c13f9eb31f833aad01a5.tar.bz2 gentoo-3d1c663123bb7c2acb06c13f9eb31f833aad01a5.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'app-portage/iwdevtools')
-rw-r--r-- | app-portage/iwdevtools/iwdevtools-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |