Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/
Date: Sat, 04 Jun 2022 07:42:09
Message-Id: 1654328515.17a674a88d49aa1bd8ee8f40aef3a655d1e97da3.mgorny@gentoo
1 commit: 17a674a88d49aa1bd8ee8f40aef3a655d1e97da3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:07:00 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:41:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a674a8
7
8 dev-db/pgcli: Use slot for dev-python/psycopg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-db/pgcli/{pgcli-3.3.1.ebuild => pgcli-3.3.1-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/pgcli/pgcli-3.3.1.ebuild b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
16 similarity index 95%
17 rename from dev-db/pgcli/pgcli-3.3.1.ebuild
18 rename to dev-db/pgcli/pgcli-3.3.1-r1.ebuild
19 index 1878a36b4cf2..17e2c3964591 100644
20 --- a/dev-db/pgcli/pgcli-3.3.1.ebuild
21 +++ b/dev-db/pgcli/pgcli-3.3.1-r1.ebuild
22 @@ -21,7 +21,7 @@ RDEPEND="
23 dev-python/pendulum[${PYTHON_USEDEP}]
24 dev-python/pgspecial[${PYTHON_USEDEP}]
25 dev-python/prompt_toolkit[${PYTHON_USEDEP}]
26 - dev-python/psycopg[${PYTHON_USEDEP}]
27 + dev-python/psycopg:2[${PYTHON_USEDEP}]
28 dev-python/pygments[${PYTHON_USEDEP}]
29 dev-python/setproctitle[${PYTHON_USEDEP}]
30 dev-python/sqlparse[${PYTHON_USEDEP}]"