commit:     7907c29a174a1e674c7b19791fdee00a6fb5428e
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 14:48:07 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 14:49:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7907c29a

app-backup/rdiff-backup: restrict tests

They are not easy to enable in an ebuild environment

Closes: https://bugs.gentoo.org/795531
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild 
b/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
index 17666aaa7a86..38393dc5ff73 100644
--- a/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
+++ b/app-backup/rdiff-backup/rdiff-backup-2.0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,6 +15,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
 IUSE="examples"
+# Tests use a tox environment and separate steps for test env preparation
+RESTRICT="test"
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
        >=net-libs/librsync-1.0:0="

Reply via email to