summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-06 11:38:39 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-06 11:38:39 +0100
commitec91f6966f1b9c2676e93c33b83a97c7ea60d48b (patch)
tree0214f7d8ec836549c6b88cc1fdb2d4d8c20e82f2
parentmedia-gfx/gimp: remove superfluous sys-apps/findutils dep (diff)
downloadgentoo-ec91f696.tar.gz
gentoo-ec91f696.tar.bz2
gentoo-ec91f696.zip
media-gfx/optipng: remove superfluous sys-apps/findutils dep
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--media-gfx/optipng/optipng-0.7.7-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-gfx/optipng/optipng-0.7.7-r1.ebuild b/media-gfx/optipng/optipng-0.7.7-r1.ebuild
index a652f6e79224..e1a8dac9716e 100644
--- a/media-gfx/optipng/optipng-0.7.7-r1.ebuild
+++ b/media-gfx/optipng/optipng-0.7.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,8 +16,7 @@ IUSE=""
RDEPEND="sys-libs/zlib
media-libs/libpng:0="
-DEPEND="${RDEPEND}
- sys-apps/findutils"
+DEPEND="${RDEPEND}"
DOCS=( AUTHORS.txt README.txt )