commit: e6c3ea35e383276cbfd584ce3e2458d7f09bd21d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 09:38:17 2020 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 09:38:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c3ea35
media-gfx/pngquant: Add RESTRICT for tests
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
media-gfx/pngquant/pngquant-2.12.6.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-gfx/pngquant/pngquant-2.12.6.ebuild
b/media-gfx/pngquant/pngquant-2.12.6.ebuild
index 70f8baeec0b..3fb651b60f5 100644
--- a/media-gfx/pngquant/pngquant-2.12.6.ebuild
+++ b/media-gfx/pngquant/pngquant-2.12.6.ebuild
@@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
+RESTRICT="!test? ( test )"
+
PATCHES=( "${FILESDIR}"/${PN}-2.12.2-respect-CFLAGS.patch )
src_prepare() {