From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1121617-garchives=archives.gentoo.org@lists.gentoo.org> 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 0D65E139980 for <garchives@archives.gentoo.org>; Sun, 10 Nov 2019 20:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE18E0968; Sun, 10 Nov 2019 20:55:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 26447E0968 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2019 20:55:10 +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 567BF34CB55 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2019 20:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D4BB8A9 for <gentoo-commits@lists.gentoo.org>; Sun, 10 Nov 2019 20:55:07 +0000 (UTC) From: "Sergei Trofimovich" <slyfox@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" <slyfox@gentoo.org> Message-ID: <1573419298.3867c27d8e82a8037163d7447fd138763cd4d218.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ppl/ppl-1.1.ebuild dev-libs/ppl/ppl-1.2.ebuild X-VCS-Directories: dev-libs/ppl/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3867c27d8e82a8037163d7447fd138763cd4d218 X-VCS-Branch: master Date: Sun, 10 Nov 2019 20:55:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23549ec6-519f-44b2-b132-67c53ab046bf X-Archives-Hash: 2ae50b5e99ef67330bf6d6ec1eddc0f7 commit: 3867c27d8e82a8037163d7447fd138763cd4d218 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 20:50:28 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 20:54:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3867c27d dev-libs/ppl: add RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-libs/ppl/ppl-1.1.ebuild | 2 ++ dev-libs/ppl/ppl-1.2.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-libs/ppl/ppl-1.1.ebuild b/dev-libs/ppl/ppl-1.1.ebuild index a443656d124..2808c73b96a 100644 --- a/dev-libs/ppl/ppl-1.1.ebuild +++ b/dev-libs/ppl/ppl-1.1.ebuild @@ -18,6 +18,8 @@ DEPEND="${RDEPEND} app-arch/xz-utils sys-devel/m4" +RESTRICT="!test? ( test )" + pkg_setup() { if use test ; then ewarn "The PPL testsuite will be run." diff --git a/dev-libs/ppl/ppl-1.2.ebuild b/dev-libs/ppl/ppl-1.2.ebuild index 477400834e8..8805f55b2ea 100644 --- a/dev-libs/ppl/ppl-1.2.ebuild +++ b/dev-libs/ppl/ppl-1.2.ebuild @@ -18,6 +18,8 @@ DEPEND="${RDEPEND} app-arch/xz-utils sys-devel/m4" +RESTRICT="!test? ( test )" + pkg_setup() { if use test ; then ewarn "The PPL testsuite will be run."