summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/duplicity/duplicity-0.7.10.ebuild')
-rw-r--r--app-backup/duplicity/duplicity-0.7.10.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild b/app-backup/duplicity/duplicity-0.7.10.ebuild
index 084f57576353..d686f7ae3a5b 100644
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.10.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
@@ -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 )