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 168E9158091 for ; Sat, 4 Jun 2022 07:42:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AED88E0882; Sat, 4 Jun 2022 07:42:07 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 7B4FBE0878 for ; Sat, 4 Jun 2022 07:42:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F2F33422B9 for ; Sat, 4 Jun 2022 07:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36F394E7 for ; Sat, 4 Jun 2022 07:42:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1654328515.17a674a88d49aa1bd8ee8f40aef3a655d1e97da3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgcli/pgcli-3.3.1-r1.ebuild dev-db/pgcli/pgcli-3.3.1.ebuild X-VCS-Directories: dev-db/pgcli/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 17a674a88d49aa1bd8ee8f40aef3a655d1e97da3 X-VCS-Branch: master Date: Sat, 4 Jun 2022 07:42:04 +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: c2eb0ed1-92dc-45b9-85b8-c11b29e0e091 X-Archives-Hash: 9476e0a0a6efbdd8efae179bc382c7ba commit: 17a674a88d49aa1bd8ee8f40aef3a655d1e97da3 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 4 07:07:00 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 4 07:41:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a674a8 dev-db/pgcli: Use slot for dev-python/psycopg Signed-off-by: Michał Górny gentoo.org> dev-db/pgcli/{pgcli-3.3.1.ebuild => pgcli-3.3.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgcli/pgcli-3.3.1.ebuild b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild similarity index 95% rename from dev-db/pgcli/pgcli-3.3.1.ebuild rename to dev-db/pgcli/pgcli-3.3.1-r1.ebuild index 1878a36b4cf2..17e2c3964591 100644 --- a/dev-db/pgcli/pgcli-3.3.1.ebuild +++ b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" dev-python/pendulum[${PYTHON_USEDEP}] dev-python/pgspecial[${PYTHON_USEDEP}] dev-python/prompt_toolkit[${PYTHON_USEDEP}] - dev-python/psycopg[${PYTHON_USEDEP}] + dev-python/psycopg:2[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/setproctitle[${PYTHON_USEDEP}] dev-python/sqlparse[${PYTHON_USEDEP}]"