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 4988E138334 for ; Sun, 24 Jun 2018 18:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54F3FE08F6; Sun, 24 Jun 2018 18:22:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 24C26E08F6 for ; Sun, 24 Jun 2018 18:22:46 +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 AB62B335C89 for ; Sun, 24 Jun 2018 18:22:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D5EE2A1 for ; Sun, 24 Jun 2018 18:22:43 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1529864518.1ff3eb6ad760cbce4385078685a3237cb5f3909f.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/more-itertools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/more-itertools/more-itertools-4.2.0.ebuild X-VCS-Directories: dev-python/more-itertools/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 1ff3eb6ad760cbce4385078685a3237cb5f3909f X-VCS-Branch: master Date: Sun, 24 Jun 2018 18:22:43 +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: 886bdf82-c4af-4e48-ba23-78eb5d6bdf91 X-Archives-Hash: d21f1c6cf62e58ffe11e8affa3cd4a64 commit: 1ff3eb6ad760cbce4385078685a3237cb5f3909f Author: Louis Sautier gentoo org> AuthorDate: Sun Jun 24 18:21:36 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Sun Jun 24 18:21:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff3eb6a dev-python/more-itertools: doc: require sphinx_rtd_theme Closes: https://bugs.gentoo.org/659002 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/more-itertools/more-itertools-4.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/more-itertools/more-itertools-4.2.0.ebuild b/dev-python/more-itertools/more-itertools-4.2.0.ebuild index 75bf1681331..4e8145b0527 100644 --- a/dev-python/more-itertools/more-itertools-4.2.0.ebuild +++ b/dev-python/more-itertools/more-itertools-4.2.0.ebuild @@ -20,6 +20,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) test? ( ${RDEPEND}