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 E55D61382C5 for ; Mon, 19 Apr 2021 08:04:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47AE2E086D; Mon, 19 Apr 2021 08:04:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2FEEAE086D for ; Mon, 19 Apr 2021 08:04:30 +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 8D2B9340E8F for ; Mon, 19 Apr 2021 08:04:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C42E72A for ; Mon, 19 Apr 2021 08:04:21 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618797304.f2e9ef5e556b39bf482a2506dbadf5d3a99fa144.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/trio-asyncio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild X-VCS-Directories: dev-python/trio-asyncio/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f2e9ef5e556b39bf482a2506dbadf5d3a99fa144 X-VCS-Branch: master Date: Mon, 19 Apr 2021 08:04:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22977e69-2de1-45d8-bfcb-c0650b02abe9 X-Archives-Hash: ae591012e929a113c91283fe0be1e0a6 commit: f2e9ef5e556b39bf482a2506dbadf5d3a99fa144 Author: Alessandro Barbieri gmail com> AuthorDate: Mon Apr 19 01:54:37 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Apr 19 01:55:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2e9ef5e dev-python/trio-asyncio: added missing dependency Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild index 36fbf1587..ac86ace5e 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild @@ -33,4 +33,4 @@ DEPEND=" PATCHES=( "${FILESDIR}/no-pytest-runner.patch" ) distutils_enable_tests pytest -distutils_enable_sphinx docs/source +distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio