Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/conan/
Date: Sun, 06 Feb 2022 19:47:51
Message-Id: 1644176025.d66a8aaea2128fd6eef9d3841b54cd18e524bf8b.ionen@gentoo
1 commit: d66a8aaea2128fd6eef9d3841b54cd18e524bf8b
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 17:38:33 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 19:33:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66a8aae
7
8 dev-util/conan: cleanup unused python compat
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 dev-util/conan/conan-1.44.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/conan/conan-1.44.0.ebuild b/dev-util/conan/conan-1.44.0.ebuild
16 index 4ea924b09769..6d56c02f673b 100644
17 --- a/dev-util/conan/conan-1.44.0.ebuild
18 +++ b/dev-util/conan/conan-1.44.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25
26 -PYTHON_COMPAT=( python3_{7..10} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 PYTHON_REQ_USE="sqlite"
29
30 inherit distutils-r1