Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gitdb/
Date: Fri, 31 Dec 2021 16:53:34
Message-Id: 1640969557.1ef3dd64d9b8c95f31c336824d78227b0014475f.mattst88@gentoo
1 commit: 1ef3dd64d9b8c95f31c336824d78227b0014475f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 16:52:16 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 16:52:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef3dd64
7
8 dev-python/gitdb: Keyword 4.0.8 alpha, #827326
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/gitdb/gitdb-4.0.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/gitdb/gitdb-4.0.8.ebuild b/dev-python/gitdb/gitdb-4.0.8.ebuild
16 index 86612404e78f..907680110d5d 100644
17 --- a/dev-python/gitdb/gitdb-4.0.8.ebuild
18 +++ b/dev-python/gitdb/gitdb-4.0.8.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
25
26 RDEPEND="
27 >=dev-python/smmap-3.0.1[${PYTHON_USEDEP}]"