app-backup/duplicity: add missing conditional test restrict
authorTim Harder <radhermit@gentoo.org>
Mon, 11 Nov 2019 04:52:07 +0000 (21:52 -0700)
committerTim Harder <radhermit@gentoo.org>
Mon, 11 Nov 2019 04:52:39 +0000 (21:52 -0700)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
app-backup/duplicity/duplicity-0.7.10.ebuild
app-backup/duplicity/duplicity-0.7.12.ebuild
app-backup/duplicity/duplicity-0.7.19.ebuild

index 084f5757635343ffd7c418637cc5040f3657f54b..d686f7ae3a5b0c8ae7a0bfd09b84f4338ebb0ecf 100644 (file)
@@ -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
@@ -32,6 +32,8 @@ RDEPEND="${CDEPEND}
        s3? ( dev-python/boto[${PYTHON_USEDEP}] )
 "
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
        # workaround until failing test is fixed
        local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
index c4137e57f2f0104ee701bcb8ea110787eaf6e998..f23738bd29bc72c9f6b8cadda99f69ad324e3640 100644 (file)
@@ -32,6 +32,8 @@ RDEPEND="${CDEPEND}
        s3? ( dev-python/boto[${PYTHON_USEDEP}] )
 "
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
        # workaround until failing test is fixed
        local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )
index 96eaf61018756251834a882248ca7d2bf3ba9d87..ba996e73ba79507f55ad9207b0ba81017480874e 100644 (file)
@@ -33,6 +33,8 @@ RDEPEND="${CDEPEND}
        s3? ( dev-python/boto[${PYTHON_USEDEP}] )
 "
 
+RESTRICT="!test? ( test )"
+
 python_prepare_all() {
        # workaround until failing test is fixed
        local PATCHES=( "${FILESDIR}"/${PN}-0.6.24-skip-test.patch )