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 DCA7813888F for ; Fri, 9 Oct 2015 04:21:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A1DE080C; Fri, 9 Oct 2015 04:20:59 +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 6DE93E080C for ; Fri, 9 Oct 2015 04:20:59 +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 3B22534070F for ; Fri, 9 Oct 2015 04:20:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B9D8CD1 for ; Fri, 9 Oct 2015 04:20:55 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1444364444.d186d72a2b94603423b7d4501b7b3b065b4ba7d2.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild X-VCS-Directories: dev-python/sphinx_rtd_theme/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: d186d72a2b94603423b7d4501b7b3b065b4ba7d2 X-VCS-Branch: master Date: Fri, 9 Oct 2015 04:20:55 +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: 8a00b4ce-43c9-4f23-a2ba-29572c0fadbf X-Archives-Hash: 3a6f251a0e5cad52b4f766c7daa7f32f commit: d186d72a2b94603423b7d4501b7b3b065b4ba7d2 Author: Ian Delaney gentoo org> AuthorDate: Fri Oct 9 04:18:49 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Oct 9 04:20:44 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d186d72a dev-python/sphinx_rtd_theme: reset sphinx to DEPEND Package-Manager: portage-2.2.20.1 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild index f7c5387..c0c496b 100644 --- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.9.ebuild @@ -16,5 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}]" + +# dev-python/sphinx previously set in PDEPEND which broke some doc builds.