diff options
Diffstat (limited to 'dev-util/rr/rr-5.0.0.ebuild')
-rw-r--r-- | dev-util/rr/rr-5.0.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 #) |