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 46124138334 for ; Tue, 5 Nov 2019 18:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 782E3E092D; Tue, 5 Nov 2019 18:31:50 +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 55995E092D for ; Tue, 5 Nov 2019 18:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 91C8734C8F8 for ; Tue, 5 Nov 2019 18:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4209892 for ; Tue, 5 Nov 2019 18:31:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572978627.f1074170466ae870c018efd6806d1f6626f1337b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild X-VCS-Directories: media-libs/libcaca/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f1074170466ae870c018efd6806d1f6626f1337b X-VCS-Branch: master Date: Tue, 5 Nov 2019 18:31:46 +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: 18472d20-f767-407c-89fd-fcf2d220fe85 X-Archives-Hash: c019cab6321f46c5617f9b4d0bfbf688 commit: f1074170466ae870c018efd6806d1f6626f1337b Author: Michał Górny gentoo org> AuthorDate: Tue Nov 5 18:30:27 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 5 18:30:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1074170 media-libs/libcaca: [QA] Add RESTRICT="!test? ( test )" Signed-off-by: Michał Górny gentoo.org> media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild b/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild index e173dd94144..42917a03505 100644 --- a/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild +++ b/media-libs/libcaca/libcaca-0.99_beta19-r1.ebuild @@ -17,6 +17,7 @@ LICENSE="GPL-2 ISC LGPL-2.1 WTFPL-2" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" IUSE="cxx doc imlib java mono ncurses opengl python ruby slang static-libs test truetype X" +RESTRICT="!test? ( test )" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) "