commit: 7ed7619854fad52e21e607866661b2dd9acc57c3
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 06:34:10 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 06:34:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed76198
dev-python/ws4py: x86 stable wrt bug #722240
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/ws4py/ws4py-0.5.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
index 8fa2990a4f6..a2d3891f3f0 100644
--- a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
+++ b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/Lawouach/${MY_PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 arm ~x86"
+ KEYWORDS="amd64 arm x86"
S="${WORKDIR}/${MY_PN}-${PV}"
fi