diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 20:57:14 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-10 20:57:14 +0000 |
commit | c96afd0fc3e8ef54dafa32ec75832c684fdccfcc (patch) | |
tree | 243eab21398b11312fea254e28cf868b2b82d950 /dev-util/rr | |
parent | dev-libs/ppl: bump up to EAPI=7 (diff) | |
download | gentoo-c96afd0fc3e8ef54dafa32ec75832c684fdccfcc.tar.gz gentoo-c96afd0fc3e8ef54dafa32ec75832c684fdccfcc.tar.bz2 gentoo-c96afd0fc3e8ef54dafa32ec75832c684fdccfcc.zip |
dev-util/rr: add RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/rr')
-rw-r--r-- | dev-util/rr/rr-4.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rr/rr-5.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rr/rr-5.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/rr/rr-5.2.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 32d5d5d6983e..55b04f3fab33 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 330b1821df13..19ae612d07d5 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 330b1821df13..19ae612d07d5 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 b272d4c8faab..aae1bb6569fd 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 8c74d5929434..721384938a4e 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 |