commit: c8a6ff3849e3eadfa7829bffad07e9b9df611316
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 14:23:04 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 14:57:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a6ff38
app-arch/vimball: stable for amd64+x86.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-arch/vimball/vimball-0.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/vimball/vimball-0.5.1.ebuild
b/app-arch/vimball/vimball-0.5.1.ebuild
index 9bcf7f649ea..f5c82d11a75 100644
--- a/app-arch/vimball/vimball-0.5.1.ebuild
+++ b/app-arch/vimball/vimball-0.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/radhermit/vimball.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi