Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngquant/
Date: Thu, 23 Apr 2020 09:38:52
Message-Id: 1587634697.e6c3ea35e383276cbfd584ce3e2458d7f09bd21d.pacho@gentoo
1 commit: e6c3ea35e383276cbfd584ce3e2458d7f09bd21d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 09:38:17 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 09:38:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c3ea35
7
8 media-gfx/pngquant: Add RESTRICT for tests
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-gfx/pngquant/pngquant-2.12.6.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/media-gfx/pngquant/pngquant-2.12.6.ebuild b/media-gfx/pngquant/pngquant-2.12.6.ebuild
17 index 70f8baeec0b..3fb651b60f5 100644
18 --- a/media-gfx/pngquant/pngquant-2.12.6.ebuild
19 +++ b/media-gfx/pngquant/pngquant-2.12.6.ebuild
20 @@ -25,6 +25,8 @@ DEPEND="${RDEPEND}
21 virtual/pkgconfig
22 "
23
24 +RESTRICT="!test? ( test )"
25 +
26 PATCHES=( "${FILESDIR}"/${PN}-2.12.2-respect-CFLAGS.patch )
27
28 src_prepare() {