diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-30 08:34:10 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-30 08:34:10 +0200 |
commit | 7ed7619854fad52e21e607866661b2dd9acc57c3 (patch) | |
tree | 44672931f6fc6a33eaf9243656a17d4fbe560ab1 /dev-python/ws4py | |
parent | net-print/brlaser: x86 stable wrt bug #721546 (diff) | |
download | gentoo-7ed7619854fad52e21e607866661b2dd9acc57c3.tar.gz gentoo-7ed7619854fad52e21e607866661b2dd9acc57c3.tar.bz2 gentoo-7ed7619854fad52e21e607866661b2dd9acc57c3.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/ws4py')
-rw-r--r-- | dev-python/ws4py/ws4py-0.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ws4py/ws4py-0.5.1-r1.ebuild b/dev-python/ws4py/ws4py-0.5.1-r1.ebuild index 8fa2990a4f6a..a2d3891f3f0d 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 |