diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 02:13:23 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-02-19 02:17:29 +0100 |
commit | b4677fec1da6eb31d96cc42032125a45664764a2 (patch) | |
tree | 528aa17f315cfbef5bcef2bc742e4cfff9f2ec58 /media-gfx | |
parent | xfce-extra/xfce4-systemload-plugin: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/gif2png/gif2png-2.5.14.ebuild | 6 |
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 |