Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/
Date: Tue, 26 Apr 2022 12:00:32
Message-Id: 1650974420.027abfdc9fe9946c47318f5749c4629ed5d04c9c.sbraz@gentoo
1 commit: 027abfdc9fe9946c47318f5749c4629ed5d04c9c
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 11:49:48 2022 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 12:00:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027abfdc
7
8 media-video/gaupol: fix startup of v1.11
9
10 The switch to PEP517 broke the DATA_DIR constant, reverting for now.
11
12 Bug: https://bugs.gentoo.org/839267
13 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
14
15 media-video/gaupol/{gaupol-1.11.ebuild => gaupol-1.11-r1.ebuild} | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/media-video/gaupol/gaupol-1.11.ebuild b/media-video/gaupol/gaupol-1.11-r1.ebuild
19 similarity index 98%
20 rename from media-video/gaupol/gaupol-1.11.ebuild
21 rename to media-video/gaupol/gaupol-1.11-r1.ebuild
22 index b895c8078cc1..b8c6438c17c7 100644
23 --- a/media-video/gaupol/gaupol-1.11.ebuild
24 +++ b/media-video/gaupol/gaupol-1.11-r1.ebuild
25 @@ -4,7 +4,6 @@
26 EAPI=8
27
28 PYTHON_COMPAT=( python3_{8..10} )
29 -DISTUTILS_USE_PEP517=setuptools
30
31 inherit distutils-r1 virtualx xdg-utils