Gentoo Archives: gentoo-commits

From: Alexey Sokolov <alexey+gentoo@××××××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/
Date: Fri, 01 Oct 2021 19:49:19
Message-Id: 1633117724.a5d5cef451f560c06f31e447d9a87b8aa3e0aba8.DarthGandalf@gentoo
1 commit: a5d5cef451f560c06f31e447d9a87b8aa3e0aba8
2 Author: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
3 AuthorDate: Fri Oct 1 19:48:44 2021 +0000
4 Commit: Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
5 CommitDate: Fri Oct 1 19:48:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5d5cef4
7
8 app-misc/liquidctl: drop DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/815691
11 Package-Manager: Portage-3.0.20, Repoman-3.0.3
12 Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
13
14 .../liquidctl/{liquidctl-1.7.1.ebuild => liquidctl-1.7.1-r1.ebuild} | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/app-misc/liquidctl/liquidctl-1.7.1.ebuild b/app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
18 similarity index 95%
19 rename from app-misc/liquidctl/liquidctl-1.7.1.ebuild
20 rename to app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
21 index 547ab6c45..f43f2382d 100644
22 --- a/app-misc/liquidctl/liquidctl-1.7.1.ebuild
23 +++ b/app-misc/liquidctl/liquidctl-1.7.1-r1.ebuild
24 @@ -1,10 +1,9 @@
25 # Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 PYTHON_COMPAT=( python3_{8,9} )
32 -DISTUTILS_USE_SETUPTOOLS=rdepend
33 inherit distutils-r1 udev
34
35 DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices"