commit: bc0843f06fbc2a0c177161d483a8e64afbe54824
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 29 16:58:07 2021 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Dec 29 16:58:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0843f0
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 <AT> gentoo.org>
dev-python/git-review/git-review-2.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/git-review/git-review-2.2.0.ebuild
b/dev-python/git-review/git-review-2.2.0.ebuild
index bd9c8e269e6b..0619801846cf 100644
--- a/dev-python/git-review/git-review-2.2.0.ebuild
+++ b/dev-python/git-review/git-review-2.2.0.ebuild
@@ -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"