Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygit2/
Date: Sun, 31 Oct 2021 17:55:42
Message-Id: 1635702852.7eb1d80ceb6caf127c84db072ac17ee74e04b055.sam@gentoo
1 commit: 7eb1d80ceb6caf127c84db072ac17ee74e04b055
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 31 17:54:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 17:54:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb1d80c
7
8 dev-python/pygit2: Stabilize 1.7.0 amd64, #821016
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pygit2/pygit2-1.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pygit2/pygit2-1.7.0.ebuild b/dev-python/pygit2/pygit2-1.7.0.ebuild
16 index 3e42e86427e..0e53e9a300c 100644
17 --- a/dev-python/pygit2/pygit2-1.7.0.ebuild
18 +++ b/dev-python/pygit2/pygit2-1.7.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="GPL-2-with-linking-exception"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 ~x86"
25
26 RDEPEND="
27 =dev-libs/libgit2-1.3*:=