Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgit2/
Date: Mon, 05 Oct 2020 22:21:40
Message-Id: 1601936494.c4c6ce4f9044ae0b91e58fc095a6f2fb4a4505be.mgorny@gentoo
1 commit: c4c6ce4f9044ae0b91e58fc095a6f2fb4a4505be
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Mon Oct 5 22:14:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 5 22:21:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c6ce4f
7
8 dev-libs/libgit2: python3_9
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
12 Closes: https://github.com/gentoo/gentoo/pull/17812
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-libs/libgit2/libgit2-1.0.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libgit2/libgit2-1.0.1.ebuild b/dev-libs/libgit2/libgit2-1.0.1.ebuild
19 index b9b87e7ffc9..a888163a6a1 100644
20 --- a/dev-libs/libgit2/libgit2-1.0.1.ebuild
21 +++ b/dev-libs/libgit2/libgit2-1.0.1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28 inherit cmake python-any-r1
29
30 DESCRIPTION="A linkable library for Git"