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 C0FCA138350 for ; Thu, 23 Apr 2020 18:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73775E0A07; Thu, 23 Apr 2020 18:57:26 +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 54453E0A07 for ; Thu, 23 Apr 2020 18:57:26 +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 0DDDA34F285 for ; Thu, 23 Apr 2020 18:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B69ED154 for ; Thu, 23 Apr 2020 18:57:23 +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: <1587668227.d91341d841c6ac4053079ee14feef1a4b0bf28ad.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pythonprop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pythonprop/pythonprop-0.29.ebuild X-VCS-Directories: sci-visualization/pythonprop/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: d91341d841c6ac4053079ee14feef1a4b0bf28ad X-VCS-Branch: master Date: Thu, 23 Apr 2020 18:57:23 +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: 18870b2f-a3fa-4264-9775-9639f3e6b212 X-Archives-Hash: e31e8cb72d999356445f4f66c5af2d73 commit: d91341d841c6ac4053079ee14feef1a4b0bf28ad Author: Thomas Beierlein gentoo org> AuthorDate: Thu Apr 23 18:56:38 2020 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Thu Apr 23 18:57:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91341d8 sci-visualization/pythonprop: Add missing slot dep Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Beierlein gentoo.org> sci-visualization/pythonprop/pythonprop-0.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-visualization/pythonprop/pythonprop-0.29.ebuild b/sci-visualization/pythonprop/pythonprop-0.29.ebuild index baf0bd4b795..b0d9d787047 100644 --- a/sci-visualization/pythonprop/pythonprop-0.29.ebuild +++ b/sci-visualization/pythonprop/pythonprop-0.29.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pygobject[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] dev-python/matplotlib[${PYTHON_MULTI_USEDEP}] sci-libs/cartopy[${PYTHON_MULTI_USEDEP}] sci-libs/scipy[${PYTHON_MULTI_USEDEP}]