diff options
author | David Seifert <soap@gentoo.org> | 2022-01-06 11:38:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-06 11:38:36 +0100 |
commit | ed9227a4f63d8ae86abd9b9f7a73ae4608627b56 (patch) | |
tree | dc684ee3db290b7393004a086207d95ed77aa3ac /dev-libs | |
parent | app-admin/gentoo-perl-helpers: remove superfluous sys-apps/findutils dep (diff) | |
download | gentoo-ed9227a4f63d8ae86abd9b9f7a73ae4608627b56.tar.gz gentoo-ed9227a4f63d8ae86abd9b9f7a73ae4608627b56.tar.bz2 gentoo-ed9227a4f63d8ae86abd9b9f7a73ae4608627b56.zip |
dev-libs/simdjson: remove superfluous sys-apps/findutils dep
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/simdjson/simdjson-0.9.7.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/simdjson/simdjson-1.0.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/simdjson/simdjson-1.0.2.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-libs/simdjson/simdjson-0.9.7.ebuild b/dev-libs/simdjson/simdjson-0.9.7.ebuild index 98f7465e5ad0..9ce02457aecb 100644 --- a/dev-libs/simdjson/simdjson-0.9.7.ebuild +++ b/dev-libs/simdjson/simdjson-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ IUSE="test tools" BDEPEND=" sys-apps/file - sys-apps/findutils sys-apps/grep " DEPEND=" diff --git a/dev-libs/simdjson/simdjson-1.0.0-r1.ebuild b/dev-libs/simdjson/simdjson-1.0.0-r1.ebuild index 1987ded54310..272844823512 100644 --- a/dev-libs/simdjson/simdjson-1.0.0-r1.ebuild +++ b/dev-libs/simdjson/simdjson-1.0.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,6 @@ IUSE="test tools" BDEPEND=" sys-apps/file - sys-apps/findutils sys-apps/grep " DEPEND=" diff --git a/dev-libs/simdjson/simdjson-1.0.2.ebuild b/dev-libs/simdjson/simdjson-1.0.2.ebuild index 7fdfa5949d32..23f185e34892 100644 --- a/dev-libs/simdjson/simdjson-1.0.2.ebuild +++ b/dev-libs/simdjson/simdjson-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,6 @@ IUSE="test tools" BDEPEND=" sys-apps/file - sys-apps/findutils sys-apps/grep " DEPEND=" |