Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/apngasm/
Date: Wed, 22 Dec 2021 20:25:21
Message-Id: 1640204701.fa5bd0d14d5179a2306805abe125e7350a417cc0.sultan@gentoo
1 commit: fa5bd0d14d5179a2306805abe125e7350a417cc0
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 20:23:14 2021 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 20:25:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5bd0d1
7
8 media-gfx/apngasm: remove apng dependency
9
10 The bundled libpng copy isn't patched for apng as well.
11
12 Bug: https://bugs.gentoo.org/824830
13 Package-Manager: Portage-3.0.28, Repoman-3.0.3
14 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
15
16 media-gfx/apngasm/{apngasm-2.91.ebuild => apngasm-2.91-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-gfx/apngasm/apngasm-2.91.ebuild b/media-gfx/apngasm/apngasm-2.91-r1.ebuild
20 similarity index 92%
21 rename from media-gfx/apngasm/apngasm-2.91.ebuild
22 rename to media-gfx/apngasm/apngasm-2.91-r1.ebuild
23 index f9c2fdf64fb9..ef084fbd4c98 100644
24 --- a/media-gfx/apngasm/apngasm-2.91.ebuild
25 +++ b/media-gfx/apngasm/apngasm-2.91-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2021 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -14,7 +14,7 @@ SLOT="0"
33 KEYWORDS="amd64 x86"
34 IUSE="7z zopfli"
35
36 -RDEPEND="media-libs/libpng:0=[apng]
37 +RDEPEND="media-libs/libpng:0=
38 sys-libs/zlib
39 zopfli? ( app-arch/zopfli:= )"
40 DEPEND="${RDEPEND}