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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 87DEC158086 for ; Mon, 27 Dec 2021 16:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BECE42BC008; Mon, 27 Dec 2021 16:33:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7B1F2BC008 for ; Mon, 27 Dec 2021 16:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB963342C00 for ; Mon, 27 Dec 2021 16:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A45A1BF for ; Mon, 27 Dec 2021 16:33:13 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1640622778.a24f0cb6b20b81579a484d0ab7330e3e8ff03ea3.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cartopy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cartopy/cartopy-0.20.1.ebuild X-VCS-Directories: sci-libs/cartopy/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: a24f0cb6b20b81579a484d0ab7330e3e8ff03ea3 X-VCS-Branch: master Date: Mon, 27 Dec 2021 16:33:13 +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: fcb99301-4fcc-4287-ac4a-646a5b6da6f0 X-Archives-Hash: 1676cc5926a0ce52e9066c8b49dc2cd4 commit: a24f0cb6b20b81579a484d0ab7330e3e8ff03ea3 Author: Thomas Beierlein gentoo org> AuthorDate: Mon Dec 27 16:32:32 2021 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Mon Dec 27 16:32:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24f0cb6 sci-libs/cartopy: Fix missing $PYTHON_USEDEP Closes: https://bugs.gentoo.org/830016 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein gentoo.org> sci-libs/cartopy/cartopy-0.20.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/cartopy/cartopy-0.20.1.ebuild b/sci-libs/cartopy/cartopy-0.20.1.ebuild index 6ef30eb28e4f..1fa38c496b97 100644 --- a/sci-libs/cartopy/cartopy-0.20.1.ebuild +++ b/sci-libs/cartopy/cartopy-0.20.1.ebuild @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} dev-python/cython[${PYTHON_USEDEP}] sci-libs/geos >=sci-libs/proj-8 - dev-python/pyproj + dev-python/pyproj[${PYTHON_USEDEP}] " distutils_enable_tests pytest