summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-18 21:04:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-18 21:05:28 +0200
commitca4835e1c57f47b393e6dec06402508274bd44c4 (patch)
tree815f4ef19fc240d5873e06fd25132329b95a8517 /app-backup
parentsci-libs/ignition-math: Drop 4.0.0 (diff)
downloadgentoo-ca4835e1c57f47b393e6dec06402508274bd44c4.tar.gz
gentoo-ca4835e1c57f47b393e6dec06402508274bd44c4.tar.bz2
gentoo-ca4835e1c57f47b393e6dec06402508274bd44c4.zip
app-backup/rdiff-backup: Fix USE=examples
Closes: https://bugs.gentoo.org/658430 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
index 91f164ac7c35..213035e6e08b 100644
--- a/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
+++ b/app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild
@@ -32,6 +32,6 @@ PATCHES=(
python_install_all() {
local HTML_DOCS=( FAQ.html )
- use examples && local EXAMPLES=( examples.html )
+ use examples && HTML_DOCS+=( examples.html )
distutils-r1_python_install_all
}