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 6058D15800F for ; Sun, 29 Jan 2023 14:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C94EE0869; Sun, 29 Jan 2023 14:16:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 8363BE0869 for ; Sun, 29 Jan 2023 14:16:00 +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 40025335C06 for ; Sun, 29 Jan 2023 14:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5721B889 for ; Sun, 29 Jan 2023 14:15:56 +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: <1675001736.72b3489cae77410e98c63b01601f340f034b187d.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.21.1.ebuild X-VCS-Directories: sci-libs/cartopy/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 72b3489cae77410e98c63b01601f340f034b187d X-VCS-Branch: master Date: Sun, 29 Jan 2023 14:15:56 +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: eec82d3a-f848-4075-9831-dc5a335377d1 X-Archives-Hash: 9f3876342b43873e2a08f3f155512e47 commit: 72b3489cae77410e98c63b01601f340f034b187d Author: Thomas Beierlein gentoo org> AuthorDate: Sun Jan 29 14:14:32 2023 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sun Jan 29 14:15:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b3489c sci-libs/cartopy: Fix dependency Closes: https://bugs.gentoo.org/891231 Signed-off-by: Thomas Beierlein gentoo.org> sci-libs/cartopy/cartopy-0.21.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/cartopy/cartopy-0.21.1.ebuild b/sci-libs/cartopy/cartopy-0.21.1.ebuild index e0c53cc8374c..380a7c7ba024 100644 --- a/sci-libs/cartopy/cartopy-0.21.1.ebuild +++ b/sci-libs/cartopy/cartopy-0.21.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 multiprocessing virtualx +inherit distutils-r1 multibuild multiprocessing virtualx MY_PV=${PV/_beta/b} MY_P=${PN}-${MY_PV} @@ -41,7 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" $(python_gen_cond_dep ' - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] + dev-python/setuptools_scm[${PYTHON_USEDEP}] dev-python/cython[${PYTHON_USEDEP}] ') test? (