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 49C00138350 for ; Fri, 1 May 2020 13:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9052FE0BA2; Fri, 1 May 2020 13:36: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 72ED8E0BA2 for ; Fri, 1 May 2020 13:36: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 05A2E34F030 for ; Fri, 1 May 2020 13:36:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B216B201 for ; Fri, 1 May 2020 13:36:27 +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: <1588340179.387440ca74d3ac55e6de76e12c14c162c9e29fcc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproj/pyproj-2.4.2-r1.ebuild dev-python/pyproj/pyproj-2.4.2.ebuild X-VCS-Directories: dev-python/pyproj/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 387440ca74d3ac55e6de76e12c14c162c9e29fcc X-VCS-Branch: master Date: Fri, 1 May 2020 13:36: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 134c72c1-4e2c-4647-b9eb-28ccd5753660 X-Archives-Hash: dc6f443d36a2a5e29fa470164a6cd216 commit: 387440ca74d3ac55e6de76e12c14c162c9e29fcc Author: Michał Górny gentoo org> AuthorDate: Fri May 1 13:26:57 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 1 13:36:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387440ca dev-python/pyproj: Add := on sci-libs/proj Closes: https://bugs.gentoo.org/720140 Signed-off-by: Michał Górny gentoo.org> dev-python/pyproj/{pyproj-2.4.2.ebuild => pyproj-2.4.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyproj/pyproj-2.4.2.ebuild b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild similarity index 96% rename from dev-python/pyproj/pyproj-2.4.2.ebuild rename to dev-python/pyproj/pyproj-2.4.2-r1.ebuild index bee3987a957..df41d38524c 100644 --- a/dev-python/pyproj/pyproj-2.4.2.ebuild +++ b/dev-python/pyproj/pyproj-2.4.2-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux" IUSE="doc" -RDEPEND=">=sci-libs/proj-6.2.0" +RDEPEND=">=sci-libs/proj-6.2.0:=" DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}]" BDEPEND="