diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 16:33:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-25 16:41:58 +0100 |
commit | c624ee7c1b3f0f3467742aec3cb10836964d304b (patch) | |
tree | 9e1e4ef377b466fae260d4fb43336460e31094da /dev-python/aiohttp | |
parent | dev-python/unicodecsv: x86 stable wrt bug #714548 (diff) | |
download | gentoo-c624ee7c1b3f0f3467742aec3cb10836964d304b.tar.gz gentoo-c624ee7c1b3f0f3467742aec3cb10836964d304b.tar.bz2 gentoo-c624ee7c1b3f0f3467742aec3cb10836964d304b.zip |
dev-python/aiohttp: x86 stable wrt bug #714246
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-3.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.6.1.ebuild b/dev-python/aiohttp/aiohttp-3.6.1.ebuild index 69d8fcff02c9..165db8daa24e 100644 --- a/dev-python/aiohttp/aiohttp-3.6.1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.6.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="doc test" RESTRICT="!test? ( test )" |