Skip to content

Commit

Permalink
app-backup/duplicity: add missing conditional test restrict
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Harder <[email protected]>
  • Loading branch information
radhermit committed Nov 11, 2019
1 parent d1d70e9 commit 8320914
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app-backup/duplicity/duplicity-0.7.10.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 )
Expand Down
2 changes: 2 additions & 0 deletions app-backup/duplicity/duplicity-0.7.12.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down
2 changes: 2 additions & 0 deletions app-backup/duplicity/duplicity-0.7.19.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 8320914

Please sign in to comment.