Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/
Date: Fri, 20 May 2022 01:17:24
Message-Id: 1653009379.9c0cfb100ac85c63c7accc0327def39a61d95bfd.sam@gentoo
1 commit: 9c0cfb100ac85c63c7accc0327def39a61d95bfd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 00:45:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 01:16:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0cfb10
7
8 net-mail/automx2: flip to PEP517
9
10 As per email on gentoo-dev.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-mail/automx2/automx2-2022.1.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-mail/automx2/automx2-2022.1.ebuild b/net-mail/automx2/automx2-2022.1.ebuild
18 index 8242a1ded8da..58a4985460d2 100644
19 --- a/net-mail/automx2/automx2-2022.1.ebuild
20 +++ b/net-mail/automx2/automx2-2022.1.ebuild
21 @@ -3,6 +3,7 @@
22
23 EAPI=8
24
25 +DISTUTILS_USE_PEP517=setuptools
26 PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit distutils-r1