commit: 10c2ef652fd43261e4d554824ed56b3c9b82df29
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 06:28:51 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon May 25 06:28:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c2ef65
dev-python/ws4py: amd64 stable wrt bug #722240
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
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 3e590bb7984..8fa2990a4f6 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