From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EEB21584AD for ; Mon, 28 Apr 2025 22:03:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 27EE9342FEC for ; Mon, 28 Apr 2025 22:03:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1E5271102BE; Mon, 28 Apr 2025 22:03:25 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 176D41102BE for ; Mon, 28 Apr 2025 22:03:25 +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 A2D3934300B for ; Mon, 28 Apr 2025 22:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F492511 for ; Mon, 28 Apr 2025 22:03:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1745876841.a165b283411f26d81da0980f73732de503baf470.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a165b283411f26d81da0980f73732de503baf470 X-VCS-Branch: master Date: Mon, 28 Apr 2025 22:03: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: ddf6fe95-1bab-4417-ae77-0324b3d64be3 X-Archives-Hash: a138758f75dfe11d37d0870ff7f56593 commit: a165b283411f26d81da0980f73732de503baf470 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 28 21:02:35 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 28 21:47:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a165b283 sci-geosciences/qgis: add psycopg:2 that is needed by some tests Assuming CMAKE_SKIP_TESTS was not wanted for 9999 nor future bumps. Amends 849789c4c0272a4b399fc771efd66dce8acc9dbc See also: https://github.com/gentoo/gentoo/pull/41775 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/qgis/qgis-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 281e4efdec3d..5481317acc40 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -117,6 +117,7 @@ BDEPEND="${PYTHON_DEPS} dev-python/pyqt6[${PYTHON_USEDEP},testlib] dev-python/nose2[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] + dev-python/psycopg:2[${PYTHON_USEDEP}] ') ) )