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 4F1291382C5 for ; Sun, 21 Feb 2021 10:07:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79FE7E0831; Sun, 21 Feb 2021 10:07:46 +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 5EC48E0831 for ; Sun, 21 Feb 2021 10:07:46 +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 334A2341012 for ; Sun, 21 Feb 2021 10:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E3994A5 for ; Sun, 21 Feb 2021 10:07:43 +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: <1613902059.e14d4aea8b95a94d55a2bd2800f7264aa6a8786d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pkgcheck/pkgcheck-9999.ebuild X-VCS-Directories: dev-util/pkgcheck/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e14d4aea8b95a94d55a2bd2800f7264aa6a8786d X-VCS-Branch: master Date: Sun, 21 Feb 2021 10:07: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36654afe-d9db-4fc3-92d2-1542916fc565 X-Archives-Hash: fc98044baadf8a005e8456ed344e1332 commit: e14d4aea8b95a94d55a2bd2800f7264aa6a8786d Author: Michał Górny gentoo org> AuthorDate: Sun Feb 21 09:20:33 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 21 10:07:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14d4aea dev-util/pkgcheck: Add lazy-object-proxy dep to -9999 Signed-off-by: Michał Górny gentoo.org> dev-util/pkgcheck/pkgcheck-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index 8f19d233835..b03c865b49e 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-9999.ebuild @@ -31,6 +31,7 @@ else fi RDEPEND+=" dev-python/chardet[${PYTHON_USEDEP}] + dev-python/lazy-object-proxy[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/pathspec[${PYTHON_USEDEP}] dev-python/tree-sitter[${PYTHON_USEDEP}]