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 680C513997D for ; Sun, 10 Nov 2019 21:00:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3DABE0968; Sun, 10 Nov 2019 21:00:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7A322E0968 for ; Sun, 10 Nov 2019 21:00:22 +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 149DB34CB55 for ; Sun, 10 Nov 2019 21:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C7E5890 for ; Sun, 10 Nov 2019 21:00:12 +0000 (UTC) From: "Sergei Trofimovich" 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" Message-ID: <1573419434.c96afd0fc3e8ef54dafa32ec75832c684fdccfcc.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rr/rr-4.5.0.ebuild dev-util/rr/rr-5.0.0.ebuild dev-util/rr/rr-5.1.0.ebuild dev-util/rr/rr-5.2.0-r1.ebuild dev-util/rr/rr-5.2.0.ebuild X-VCS-Directories: dev-util/rr/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c96afd0fc3e8ef54dafa32ec75832c684fdccfcc X-VCS-Branch: master Date: Sun, 10 Nov 2019 21:00:12 +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: 3d638881-11e8-48e2-bfe8-40f9a06fba04 X-Archives-Hash: 7c3900c0b53b62383af0f5d98b09a81a commit: c96afd0fc3e8ef54dafa32ec75832c684fdccfcc Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 10 20:57:14 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 10 20:57:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c96afd0f dev-util/rr: add RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/rr/rr-4.5.0.ebuild | 4 +++- dev-util/rr/rr-5.0.0.ebuild | 4 +++- dev-util/rr/rr-5.1.0.ebuild | 4 +++- dev-util/rr/rr-5.2.0-r1.ebuild | 2 ++ dev-util/rr/rr-5.2.0.ebuild | 4 +++- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dev-util/rr/rr-4.5.0.ebuild b/dev-util/rr/rr-4.5.0.ebuild index 32d5d5d6983..55b04f3fab3 100644 --- a/dev-util/rr/rr-4.5.0.ebuild +++ b/dev-util/rr/rr-4.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,6 +30,8 @@ DEPEND+=" sys-devel/gdb[xml] )" +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}"/${P}-sysmacros.patch ) diff --git a/dev-util/rr/rr-5.0.0.ebuild b/dev-util/rr/rr-5.0.0.ebuild index 330b1821df1..19ae612d07d 100644 --- a/dev-util/rr/rr-5.0.0.ebuild +++ b/dev-util/rr/rr-5.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,6 +31,8 @@ DEPEND+=" sys-devel/gdb[xml] )" +RESTRICT="!test? ( test )" + #PATCHES=( # "${FILESDIR}"/${P}-sysmacros.patch #) diff --git a/dev-util/rr/rr-5.1.0.ebuild b/dev-util/rr/rr-5.1.0.ebuild index 330b1821df1..19ae612d07d 100644 --- a/dev-util/rr/rr-5.1.0.ebuild +++ b/dev-util/rr/rr-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,6 +31,8 @@ DEPEND+=" sys-devel/gdb[xml] )" +RESTRICT="!test? ( test )" + #PATCHES=( # "${FILESDIR}"/${P}-sysmacros.patch #) diff --git a/dev-util/rr/rr-5.2.0-r1.ebuild b/dev-util/rr/rr-5.2.0-r1.ebuild index b272d4c8faa..aae1bb6569f 100644 --- a/dev-util/rr/rr-5.2.0-r1.ebuild +++ b/dev-util/rr/rr-5.2.0-r1.ebuild @@ -31,6 +31,8 @@ DEPEND+=" sys-devel/gdb[xml] )" +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}"/${P}-ucontext_t.patch "${FILESDIR}"/${P}-c++14.patch diff --git a/dev-util/rr/rr-5.2.0.ebuild b/dev-util/rr/rr-5.2.0.ebuild index 8c74d592943..721384938a4 100644 --- a/dev-util/rr/rr-5.2.0.ebuild +++ b/dev-util/rr/rr-5.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,6 +31,8 @@ DEPEND+=" sys-devel/gdb[xml] )" +RESTRICT="!test? ( test )" + PATCHES=( "${FILESDIR}"/${P}-ucontext_t.patch "${FILESDIR}"/${P}-c++14.patch