commit:     b4677fec1da6eb31d96cc42032125a45664764a2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 01:13:23 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 01:17:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4677fec

media-gfx/gif2png: add RESTRICT=test

Closes: https://bugs.gentoo.org/688702
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 media-gfx/gif2png/gif2png-2.5.14.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-gfx/gif2png/gif2png-2.5.14.ebuild 
b/media-gfx/gif2png/gif2png-2.5.14.ebuild
index 41f89555dbb..bc8015cf222 100644
--- a/media-gfx/gif2png/gif2png-2.5.14.ebuild
+++ b/media-gfx/gif2png/gif2png-2.5.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,6 +17,10 @@ RDEPEND=">=media-libs/libpng-1.2:0=
        sys-libs/zlib:="
 DEPEND="${RDEPEND}"
 
+# Tests are known to fail, #688702
+# EOL; Upstream has rewritten gif2png in Go
+RESTRICT=test
+
 src_prepare() {
        default
 

Reply via email to