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 69BC013829B for ; Sun, 29 May 2016 14:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01F22143AD; Sun, 29 May 2016 14:54:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80FC7143AD for ; Sun, 29 May 2016 14:54:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A28A4340BF6 for ; Sun, 29 May 2016 14:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F32C916C4 for ; Sun, 29 May 2016 14:54:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1464533620.f87092b03cca1719f70d3d38ebf601e8f914c266.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbsphinx/nbsphinx-0.2.8.ebuild X-VCS-Directories: dev-python/nbsphinx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f87092b03cca1719f70d3d38ebf601e8f914c266 X-VCS-Branch: master Date: Sun, 29 May 2016 14:54: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: de51b702-6446-4366-8d1e-d6103b5119a8 X-Archives-Hash: db168993da57861c4774af275ccc61e7 commit: f87092b03cca1719f70d3d38ebf601e8f914c266 Author: Marius Brehler linux sungazer de> AuthorDate: Tue May 24 05:56:44 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun May 29 14:53:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87092b0 dev-python/nbsphinx: Remove doc and test use flags Package-Manager: portage-2.2.26 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild index 879cdaf..f140b2b 100644 --- a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild +++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc test" +IUSE="" RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}]