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 54C4B138206 for ; Mon, 1 Jan 2018 10:08:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 697F9E0864; Mon, 1 Jan 2018 10:08:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 49BE8E0864 for ; Mon, 1 Jan 2018 10:08:55 +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 CA62B335C0A for ; Mon, 1 Jan 2018 10:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90AB119A for ; Mon, 1 Jan 2018 10:08:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1514801321.eaf21e2ef095f3665a05767dd996447616ab21e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-1.6.3-r2.ebuild dev-python/sphinx/sphinx-1.6.3-r3.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eaf21e2ef095f3665a05767dd996447616ab21e4 X-VCS-Branch: master Date: Mon, 1 Jan 2018 10:08:51 +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: a050662d-f3db-4ea1-9fa9-b8a558ba9365 X-Archives-Hash: b042990b0d20f260e7687756e398da2b commit: eaf21e2ef095f3665a05767dd996447616ab21e4 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 1 09:47:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 1 10:08:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf21e2e dev-python/sphinx: Move sphinxcontrib-websupport back to RDEP Move the dependency on dev-python/sphinxcontrib-websupport back to RDEPEND (from PDEPEND) to avoid dependency ordering issues that could result in other packages failing to build. The circular dependency is now resolved by moving the dependency from sphinxcontrib-websupport to sphinx into PDEP. Closes: https://bugs.gentoo.org/624672 dev-python/sphinx/{sphinx-1.6.3-r2.ebuild => sphinx-1.6.3-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild b/dev-python/sphinx/sphinx-1.6.3-r3.ebuild similarity index 96% rename from dev-python/sphinx/sphinx-1.6.3-r2.ebuild rename to dev-python/sphinx/sphinx-1.6.3-r3.ebuild index 115fe201822..551ff31244c 100644 --- a/dev-python/sphinx/sphinx-1.6.3-r2.ebuild +++ b/dev-python/sphinx/sphinx-1.6.3-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,6 +30,7 @@ RDEPEND=" >=dev-python/snowballstemmer-1.1[${PYTHON_USEDEP}] >=dev-python/sphinx_rtd_theme-0.1[${PYTHON_USEDEP}]