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 1FEF8138334 for ; Mon, 25 Jun 2018 07:25:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF333E0917; Mon, 25 Jun 2018 07:25:31 +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 8002AE0917 for ; Mon, 25 Jun 2018 07:25:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7578E335C75 for ; Mon, 25 Jun 2018 07:25:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9544E2B0 for ; Mon, 25 Jun 2018 07:25:27 +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: <1529911519.a9932e369780f3e49e378e30d7f65dee683b26ac.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyftpdlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyftpdlib/pyftpdlib-1.5.3.ebuild dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild X-VCS-Directories: dev-python/pyftpdlib/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: a9932e369780f3e49e378e30d7f65dee683b26ac X-VCS-Branch: master Date: Mon, 25 Jun 2018 07:25:27 +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: 4441d360-449f-4521-b04b-b894018f6d6f X-Archives-Hash: 69a498545d11dbf9223bc18867c11528 commit: a9932e369780f3e49e378e30d7f65dee683b26ac Author: Louis Sautier gentoo org> AuthorDate: Mon Jun 25 07:23:46 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Jun 25 07:25:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9932e36 dev-python/pyftpdlib: fix doc dependencies Closes: https://bugs.gentoo.org/659034 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/pyftpdlib/pyftpdlib-1.5.3.ebuild | 4 ++++ dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild | 1 + 2 files changed, 5 insertions(+) diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.3.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.3.ebuild index 47b5397eba2..87354f4fb91 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.3.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.3.ebuild @@ -21,6 +21,10 @@ RDEPEND=" " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] + ) test? ( ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild index e6f9bec3141..8086ddd2bcd 100644 --- a/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-1.5.4.ebuild @@ -23,6 +23,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}] ) test? ( ${RDEPEND}