From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 658A71384B4 for ; Wed, 9 Dec 2015 15:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC7721C0AF; Wed, 9 Dec 2015 15:10:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF5D221C0AC for ; Wed, 9 Dec 2015 15:10:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8B3934070A for ; Wed, 9 Dec 2015 15:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F052DE6C for ; Wed, 9 Dec 2015 15:10:27 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449673802.a4f3b7b9969101f8d070056bf4cff787666c0f6b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/blinker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/blinker/blinker-1.4.ebuild X-VCS-Directories: dev-python/blinker/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a4f3b7b9969101f8d070056bf4cff787666c0f6b X-VCS-Branch: master Date: Wed, 9 Dec 2015 15:10:27 +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: 8b3425fa-3d1e-4fcc-9c44-5b8f2b968291 X-Archives-Hash: 346c12180597b96b750d7cfa509d748d commit: a4f3b7b9969101f8d070056bf4cff787666c0f6b Author: Justin Lecher gentoo org> AuthorDate: Wed Dec 9 15:01:22 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Dec 9 15:10:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f3b7b9 dev-python/blinker: Readd doc USE handling Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/blinker/blinker-1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/blinker/blinker-1.4.ebuild b/dev-python/blinker/blinker-1.4.ebuild index 72c4bc6..b732922 100644 --- a/dev-python/blinker/blinker-1.4.ebuild +++ b/dev-python/blinker/blinker-1.4.ebuild @@ -24,6 +24,6 @@ python_test() { } python_install_all() { - HTML_DOCS=( docs/html/. ) + use doc && HTML_DOCS=( docs/html/. ) distutils-r1_python_install_all }