Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mugshot/
Date: Thu, 03 Nov 2022 22:37:46
Message-Id: 1667515035.3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865.conikost@gentoo
1 commit: 3db4d4ceafa188ee9bed8c7c68ce6d2f1f043865
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 22:25:25 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 22:37:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3db4d4ce
7
8 x11-misc/mugshot: migrate to pep517
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 x11-misc/mugshot/{mugshot-0.4.3-r1.ebuild => mugshot-0.4.3-r2.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild b/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild
16 similarity index 97%
17 rename from x11-misc/mugshot/mugshot-0.4.3-r1.ebuild
18 rename to x11-misc/mugshot/mugshot-0.4.3-r2.ebuild
19 index c9384816d429..bbdfe5a464ec 100644
20 --- a/x11-misc/mugshot/mugshot-0.4.3-r1.ebuild
21 +++ b/x11-misc/mugshot/mugshot-0.4.3-r2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=8
25
26 -DISTUTILS_USE_SETUPTOOLS="no"
27 +DISTUTILS_USE_PEP517="setuptools"
28 PYTHON_COMPAT=( python3_{8..11} )
29
30 inherit distutils-r1 gnome2-utils xdg-utils