Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/auditok/
Date: Mon, 27 Feb 2023 18:04:34
Message-Id: 1677510812.35f0ae7b3835f467f33590707d7423a660e7df59.ceamac@gentoo
1 commit: 35f0ae7b3835f467f33590707d7423a660e7df59
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 14:29:37 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:13:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35f0ae7b
7
8 dev-python/auditok: update EAPI 7 -> 8
9
10 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
11
12 dev-python/auditok/auditok-0.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/auditok/auditok-0.2.0.ebuild b/dev-python/auditok/auditok-0.2.0.ebuild
16 index 515173ccc..117f51a3a 100644
17 --- a/dev-python/auditok/auditok-0.2.0.ebuild
18 +++ b/dev-python/auditok/auditok-0.2.0.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 2021-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 PYTHON_COMPAT=( python3_{8..10} )