Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/marisa/
Date: Sat, 29 Jan 2022 15:20:22
Message-Id: 1643469586.dc0caee86ee328981ecaa70e8fa707a8d19fa653.dlan@gentoo
1 commit: dc0caee86ee328981ecaa70e8fa707a8d19fa653
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 27 02:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:19:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0caee8
7
8 dev-libs/marisa: Use EAPI="8"
9
10 Closes: https://github.com/gentoo/gentoo/pull/23949
11 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 dev-libs/marisa/marisa-0.2.6.ebuild | 2 +-
15 dev-libs/marisa/marisa-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild
19 index 64ca06a03dae..16c1bd72e07d 100644
20 --- a/dev-libs/marisa/marisa-0.2.6.ebuild
21 +++ b/dev-libs/marisa/marisa-0.2.6.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 2014-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="7"
27 +EAPI="8"
28 PYTHON_COMPAT=( python3_{8..10} )
29 DISTUTILS_OPTIONAL="1"
30
31
32 diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild
33 index e6edbfbf8d5b..0d1643f7630f 100644
34 --- a/dev-libs/marisa/marisa-9999.ebuild
35 +++ b/dev-libs/marisa/marisa-9999.ebuild
36 @@ -1,7 +1,7 @@
37 # Copyright 2014-2022 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI="7"
41 +EAPI="8"
42 PYTHON_COMPAT=( python3_{8..10} )
43 DISTUTILS_OPTIONAL="1"