Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/
Date: Sat, 25 Sep 2021 09:03:22
Message-Id: 1632560561.e4fa660917d2744f9b9c40e7eb21d36d61aa6163.jsmolic@gentoo
1 commit: e4fa660917d2744f9b9c40e7eb21d36d61aa6163
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 07:56:27 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 09:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fa6609
7
8 dev-db/pgcli: Fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/814566
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-db/pgcli/pgcli-3.1.0.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/dev-db/pgcli/pgcli-3.1.0.ebuild b/dev-db/pgcli/pgcli-3.1.0.ebuild
17 index 8813d3a0b17..47be22f3302 100644
18 --- a/dev-db/pgcli/pgcli-3.1.0.ebuild
19 +++ b/dev-db/pgcli/pgcli-3.1.0.ebuild
20 @@ -3,7 +3,6 @@
21
22 EAPI=7
23
24 -DISTUTILS_USE_SETUPTOOLS=rdepend
25 PYTHON_COMPAT=( python3_{7..9} )
26 inherit distutils-r1