summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2021-02-19 02:13:23 +0100
committerThomas Deutschmann <whissi@gentoo.org>2021-02-19 02:17:29 +0100
commitb4677fec1da6eb31d96cc42032125a45664764a2 (patch)
tree528aa17f315cfbef5bcef2bc742e4cfff9f2ec58 /media-gfx/gif2png
parentxfce-extra/xfce4-systemload-plugin: Remove old (diff)
downloadgentoo-b4677fec1da6eb31d96cc42032125a45664764a2.tar.gz
gentoo-b4677fec1da6eb31d96cc42032125a45664764a2.tar.bz2
gentoo-b4677fec1da6eb31d96cc42032125a45664764a2.zip
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@gentoo.org>
Diffstat (limited to 'media-gfx/gif2png')
-rw-r--r--media-gfx/gif2png/gif2png-2.5.14.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/media-gfx/gif2png/gif2png-2.5.14.ebuild b/media-gfx/gif2png/gif2png-2.5.14.ebuild
index 41f89555dbb3..bc8015cf222d 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