Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/optipng/
Date: Thu, 06 Jan 2022 10:39:07
Message-Id: 1641465519.ec91f6966f1b9c2676e93c33b83a97c7ea60d48b.soap@gentoo
1 commit: ec91f6966f1b9c2676e93c33b83a97c7ea60d48b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 6 10:38:39 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 10:38:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec91f696
7
8 media-gfx/optipng: remove superfluous sys-apps/findutils dep
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-gfx/optipng/optipng-0.7.7-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-gfx/optipng/optipng-0.7.7-r1.ebuild b/media-gfx/optipng/optipng-0.7.7-r1.ebuild
16 index a652f6e79224..e1a8dac9716e 100644
17 --- a/media-gfx/optipng/optipng-0.7.7-r1.ebuild
18 +++ b/media-gfx/optipng/optipng-0.7.7-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -16,8 +16,7 @@ IUSE=""
26
27 RDEPEND="sys-libs/zlib
28 media-libs/libpng:0="
29 -DEPEND="${RDEPEND}
30 - sys-apps/findutils"
31 +DEPEND="${RDEPEND}"
32
33 DOCS=( AUTHORS.txt README.txt )