From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9527D138334 for ; Mon, 18 Jun 2018 19:06:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F193AE0924; Mon, 18 Jun 2018 19:06:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4C4CE0924 for ; Mon, 18 Jun 2018 19:06:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A917335CA5 for ; Mon, 18 Jun 2018 19:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0ED02E4 for ; Mon, 18 Jun 2018 19:06:37 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1529348728.ca4835e1c57f47b393e6dec06402508274bd44c4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rdiff-backup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild X-VCS-Directories: app-backup/rdiff-backup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ca4835e1c57f47b393e6dec06402508274bd44c4 X-VCS-Branch: master Date: Mon, 18 Jun 2018 19:06:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 010305e8-dd63-479c-9c9b-9f048c4611af X-Archives-Hash: d9453a9e260f863a506b6c18d904086c commit: ca4835e1c57f47b393e6dec06402508274bd44c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 18 19:04:36 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 18 19:05:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4835e1 app-backup/rdiff-backup: Fix USE=examples Closes: https://bugs.gentoo.org/658430 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-backup/rdiff-backup/rdiff-backup-1.3.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 91f164ac7c3..213035e6e08 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 }