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:20
Message-Id: 1643469542.8cf2efc4b563886026de93809d9d7abff232e706.dlan@gentoo
1 commit: 8cf2efc4b563886026de93809d9d7abff232e706
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jan 20 05:00:00 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 15:19:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf2efc4
7
8 dev-libs/marisa: Delete unused DISTUTILS_USE_SETUPTOOLS.
9
10 Closes: https://bugs.gentoo.org/800290
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.5.ebuild | 5 ++---
15 dev-libs/marisa/marisa-0.2.6.ebuild | 1 -
16 dev-libs/marisa/marisa-9999.ebuild | 1 -
17 3 files changed, 2 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-libs/marisa/marisa-0.2.5.ebuild b/dev-libs/marisa/marisa-0.2.5.ebuild
20 index bac968c1f7a8..af6c3b508d46 100644
21 --- a/dev-libs/marisa/marisa-0.2.5.ebuild
22 +++ b/dev-libs/marisa/marisa-0.2.5.ebuild
23 @@ -1,10 +1,9 @@
24 -# Copyright 2014-2020 Gentoo Authors
25 +# Copyright 2014-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29 -PYTHON_COMPAT=(python{3_7,3_8,3_9})
30 +PYTHON_COMPAT=( python{3_7,3_8,3_9} )
31 DISTUTILS_OPTIONAL="1"
32 -DISTUTILS_USE_SETUPTOOLS="no"
33
34 inherit autotools distutils-r1
35
36
37 diff --git a/dev-libs/marisa/marisa-0.2.6.ebuild b/dev-libs/marisa/marisa-0.2.6.ebuild
38 index 92816ee83d33..64ca06a03dae 100644
39 --- a/dev-libs/marisa/marisa-0.2.6.ebuild
40 +++ b/dev-libs/marisa/marisa-0.2.6.ebuild
41 @@ -4,7 +4,6 @@
42 EAPI="7"
43 PYTHON_COMPAT=( python3_{8..10} )
44 DISTUTILS_OPTIONAL="1"
45 -DISTUTILS_USE_SETUPTOOLS="no"
46
47 inherit autotools distutils-r1 toolchain-funcs
48
49
50 diff --git a/dev-libs/marisa/marisa-9999.ebuild b/dev-libs/marisa/marisa-9999.ebuild
51 index d86351ef18fa..e6edbfbf8d5b 100644
52 --- a/dev-libs/marisa/marisa-9999.ebuild
53 +++ b/dev-libs/marisa/marisa-9999.ebuild
54 @@ -4,7 +4,6 @@
55 EAPI="7"
56 PYTHON_COMPAT=( python3_{8..10} )
57 DISTUTILS_OPTIONAL="1"
58 -DISTUTILS_USE_SETUPTOOLS="no"
59
60 inherit autotools distutils-r1 toolchain-funcs