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 0D91B138350 for ; Thu, 12 Mar 2020 08:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CAEAE0975; Thu, 12 Mar 2020 08:13:43 +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 0B3BDE0975 for ; Thu, 12 Mar 2020 08:13:43 +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 9755834F13D for ; Thu, 12 Mar 2020 08:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBC7102 for ; Thu, 12 Mar 2020 08:13:39 +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: <1584000794.791f1cadcaf66231ce77b1b23748c4cc2b01e20f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/GitPython/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/GitPython/GitPython-3.1.0.ebuild X-VCS-Directories: dev-python/GitPython/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 791f1cadcaf66231ce77b1b23748c4cc2b01e20f X-VCS-Branch: dev Date: Thu, 12 Mar 2020 08:13:39 +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: 2aad33df-88f8-4018-9b5a-53d2e10eee6e X-Archives-Hash: abe5ec146e04bc491ffca92dd39d9399 Message-ID: <20200312081339.arMtkcSUXxJ0ZTjVljagpy_eLCzJ9WJw2hjwndIOwxQ@z> commit: 791f1cadcaf66231ce77b1b23748c4cc2b01e20f Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Mar 12 08:13:14 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Mar 12 08:13:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=791f1cad dev-python/GitPython: depend on gitdb instead of gitdb2 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/GitPython/GitPython-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild index c6bc534..9c0bcb4 100644 --- a/dev-python/GitPython/GitPython-3.1.0.ebuild +++ b/dev-python/GitPython/GitPython-3.1.0.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" #requires git repository -RDEPEND="dev-python/gitdb2[${PYTHON_USEDEP}]" +RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]" BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"