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 AE7DA1399E6 for ; Fri, 4 Sep 2015 05:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D8B914371; Fri, 4 Sep 2015 05:46:22 +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 6B6B914319 for ; Fri, 4 Sep 2015 05:46:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2518534098F for ; Fri, 4 Sep 2015 05:46:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A2DB190 for ; Fri, 4 Sep 2015 05:46:17 +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: <1441286280.ca7d0c7585eb15cdffb11363729fc18df57775ee.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipyparallel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipyparallel/ChangeLog dev-python/ipyparallel/ipyparallel-9999.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ca7d0c7585eb15cdffb11363729fc18df57775ee X-VCS-Branch: master Date: Fri, 4 Sep 2015 05:46:17 +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: 59521ea2-4ccf-454f-aade-f05f34918943 X-Archives-Hash: 136db2f0b4fac58fd95787b3c2adbd39 commit: ca7d0c7585eb15cdffb11363729fc18df57775ee Author: Sean Vig gmail com> AuthorDate: Wed Sep 2 19:11:49 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Sep 3 13:18:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ca7d0c75 dev-python/ipyparallel: Add doc use flag dev-python/ipyparallel/ChangeLog | 3 +++ dev-python/ipyparallel/ipyparallel-9999.ebuild | 21 ++++++++++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/dev-python/ipyparallel/ChangeLog b/dev-python/ipyparallel/ChangeLog index 0e847a6..7fc778c 100644 --- a/dev-python/ipyparallel/ChangeLog +++ b/dev-python/ipyparallel/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 02 Sep 2015; Sean Vig ipyparallel-9999.ebuild: + dev-python/ipyparallel: Add doc use flag + *ipyparallel-4.0.0-r1 (01 Sep 2015) 01 Sep 2015; Marius Brehler diff --git a/dev-python/ipyparallel/ipyparallel-9999.ebuild b/dev-python/ipyparallel/ipyparallel-9999.ebuild index b49aebc..3270b33 100644 --- a/dev-python/ipyparallel/ipyparallel-9999.ebuild +++ b/dev-python/ipyparallel/ipyparallel-9999.ebuild @@ -20,7 +20,7 @@ fi LICENSE="BSD" SLOT="0" -IUSE="test" +IUSE="doc test" RDEPEND=" dev-python/ipython_genutils[${PYTHON_USEDEP}] @@ -30,6 +30,7 @@ RDEPEND=" !