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 3CC09158086 for ; Wed, 27 Oct 2021 06:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 909CBE086E; Wed, 27 Oct 2021 06:04:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71A62E086E for ; Wed, 27 Oct 2021 06:04:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77D19343BCC for ; Wed, 27 Oct 2021 06:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC789164 for ; Wed, 27 Oct 2021 06:04:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635314677.34aab6c54a181582d488e62145264cec28f405ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-3.22.0-r1.ebuild sci-geosciences/qgis/qgis-3.22.0-r2.ebuild sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34aab6c54a181582d488e62145264cec28f405ea X-VCS-Branch: master Date: Wed, 27 Oct 2021 06:04:49 +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: dd0db125-fbcd-4ae9-ae34-e26562904f4b X-Archives-Hash: ce8ee6d69e1b19176c13a5203d651abc commit: 34aab6c54a181582d488e62145264cec28f405ea Author: Sam James gentoo org> AuthorDate: Wed Oct 27 06:04:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 27 06:04:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34aab6c5 sci-geosciences/qgis: add more PyQt5 dependencies Closes: https://bugs.gentoo.org/820269 Signed-off-by: Sam James gentoo.org> sci-geosciences/qgis/{qgis-3.22.0-r1.ebuild => qgis-3.22.0-r2.ebuild} | 2 +- sci-geosciences/qgis/qgis-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-3.22.0-r1.ebuild b/sci-geosciences/qgis/qgis-3.22.0-r2.ebuild similarity index 98% rename from sci-geosciences/qgis/qgis-3.22.0-r1.ebuild rename to sci-geosciences/qgis/qgis-3.22.0-r2.ebuild index a5cfa1cb17a..005eb4fb7cb 100644 --- a/sci-geosciences/qgis/qgis-3.22.0-r1.ebuild +++ b/sci-geosciences/qgis/qgis-3.22.0-r2.ebuild @@ -79,7 +79,7 @@ COMMON_DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/owslib[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PyQt5[designer,network,positioning,sql,svg,${PYTHON_USEDEP}] + dev-python/PyQt5[designer,network,positioning,printsupport,sql,svg,widgets,${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index a5cfa1cb17a..005eb4fb7cb 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -79,7 +79,7 @@ COMMON_DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/owslib[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] - dev-python/PyQt5[designer,network,positioning,sql,svg,${PYTHON_USEDEP}] + dev-python/PyQt5[designer,network,positioning,printsupport,sql,svg,widgets,${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]