dev-python/git-review: 2.2.0 stable amd64/x86

fast stable because it has a bugfix needed to work with the new git

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
This commit is contained in:
Matthew Thode
2021-12-29 10:58:07 -06:00
parent 9b4dbc2b6e
commit bc0843f06f

View File

@@ -14,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then
EGIT_REPO_URI="https://opendev.org/opendev/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux"
fi
LICENSE="Apache-2.0"