Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/
Date: Thu, 23 Dec 2021 14:26:45
Message-Id: 1640269565.4370640b7be90eb882284835a0c537f29203378f.dlan@gentoo
1 commit: 4370640b7be90eb882284835a0c537f29203378f
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 23 13:59:51 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 23 14:26:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4370640b
7
8 dev-vcs/stgit: fix DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/827137
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 dev-vcs/stgit/stgit-1.4.ebuild | 1 -
15 1 file changed, 1 deletion(-)
16
17 diff --git a/dev-vcs/stgit/stgit-1.4.ebuild b/dev-vcs/stgit/stgit-1.4.ebuild
18 index 06367525ebb8..fae3f3498df8 100644
19 --- a/dev-vcs/stgit/stgit-1.4.ebuild
20 +++ b/dev-vcs/stgit/stgit-1.4.ebuild
21 @@ -4,7 +4,6 @@
22 EAPI=7
23
24 PYTHON_COMPAT=( python3_{7..10} )
25 -DISTUTILS_USE_SETUPTOOLS=no
26
27 inherit bash-completion-r1 distutils-r1