diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-25 09:03:42 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-25 09:03:42 +0200 |
commit | 9e6a0f54eeec26d1a18402d76fb2c9130d3df44c (patch) | |
tree | 0bb7397f1120273d5bf283188d418a21bc1b17f1 /dev-python/git-review | |
parent | net-irc/weechat: amd64 stable wrt bug #856856 (diff) | |
download | gentoo-9e6a0f54eeec26d1a18402d76fb2c9130d3df44c.tar.gz gentoo-9e6a0f54eeec26d1a18402d76fb2c9130d3df44c.tar.bz2 gentoo-9e6a0f54eeec26d1a18402d76fb2c9130d3df44c.zip |
dev-python/git-review: amd64 stable wrt bug #860594
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/git-review')
-rw-r--r-- | dev-python/git-review/git-review-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/git-review/git-review-2.3.1.ebuild b/dev-python/git-review/git-review-2.3.1.ebuild index 13d202bab76e..52acf643695f 100644 --- a/dev-python/git-review/git-review-2.3.1.ebuild +++ b/dev-python/git-review/git-review-2.3.1.ebuild @@ -15,7 +15,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" |