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 1521D1382C5 for ; Thu, 3 Dec 2020 16:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 432A1E085A; Thu, 3 Dec 2020 16:17:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2B3BFE085A for ; Thu, 3 Dec 2020 16:17:45 +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 4C1AC34130A for ; Thu, 3 Dec 2020 16:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F40252C5 for ; Thu, 3 Dec 2020 16:17:42 +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: <1607012256.9183221abfd6f1aa68c92d650ebe8fde6dc80672.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rst-linker/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rst-linker/rst-linker-2.1.1.ebuild X-VCS-Directories: dev-python/rst-linker/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 9183221abfd6f1aa68c92d650ebe8fde6dc80672 X-VCS-Branch: master Date: Thu, 3 Dec 2020 16:17:42 +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: 2137a7e8-4440-4162-928e-92ab38418682 X-Archives-Hash: 38f1661388f47d40df71d2d12aa09741 commit: 9183221abfd6f1aa68c92d650ebe8fde6dc80672 Author: Louis Sautier gentoo org> AuthorDate: Thu Dec 3 16:16:00 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Thu Dec 3 16:17:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9183221a dev-python/rst-linker: add missing toml build depency Closes: https://bugs.gentoo.org/758242 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Louis Sautier gentoo.org> dev-python/rst-linker/rst-linker-2.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rst-linker/rst-linker-2.1.1.ebuild b/dev-python/rst-linker/rst-linker-2.1.1.ebuild index 58ae2cff97a..98c8e7078cc 100644 --- a/dev-python/rst-linker/rst-linker-2.1.1.ebuild +++ b/dev-python/rst-linker/rst-linker-2.1.1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] test? ( dev-python/path-py[${PYTHON_USEDEP}] )