diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-08 14:46:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-08 14:47:03 +0200 |
commit | dde3113a673292ff42b528c4612056f29b8050ce (patch) | |
tree | cd68235b8143d721d1850025462444a573d34054 /dev-python/gitdb | |
parent | dev-python/aniso8601: Stabilize 8.0.0 ALLARCHES, #731314 (diff) | |
download | gentoo-dde3113a673292ff42b528c4612056f29b8050ce.tar.gz gentoo-dde3113a673292ff42b528c4612056f29b8050ce.tar.bz2 gentoo-dde3113a673292ff42b528c4612056f29b8050ce.zip |
dev-python/gitdb: Stabilize 4.0.5 ALLARCHES, #731392
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gitdb')
-rw-r--r-- | dev-python/gitdb/gitdb-4.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gitdb/gitdb-4.0.5.ebuild b/dev-python/gitdb/gitdb-4.0.5.ebuild index 109ef5fb25be..0ce35c56033d 100644 --- a/dev-python/gitdb/gitdb-4.0.5.ebuild +++ b/dev-python/gitdb/gitdb-4.0.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 arm64 x86" RDEPEND=" >=dev-python/smmap-3.0.1[${PYTHON_USEDEP}]" |