diff options
-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 |