From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24422138350 for ; Thu, 23 Apr 2020 09:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 636ADE0B50; Thu, 23 Apr 2020 09:38:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C5C0E0B50 for ; Thu, 23 Apr 2020 09:38:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B10734EDDD for ; Thu, 23 Apr 2020 09:38:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA5A81C3 for ; Thu, 23 Apr 2020 09:38:48 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1587634697.e6c3ea35e383276cbfd584ce3e2458d7f09bd21d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pngquant/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pngquant/pngquant-2.12.6.ebuild X-VCS-Directories: media-gfx/pngquant/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e6c3ea35e383276cbfd584ce3e2458d7f09bd21d X-VCS-Branch: master Date: Thu, 23 Apr 2020 09:38:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 856496b4-2785-4482-a632-b5293713dabd X-Archives-Hash: ef03a7b94a28ee1ac8f585152b592bcd commit: e6c3ea35e383276cbfd584ce3e2458d7f09bd21d Author: Pacho Ramos gentoo org> AuthorDate: Thu Apr 23 09:38:17 2020 +0000 Commit: Pacho Ramos gentoo 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 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() {