diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-05-30 12:07:19 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-05-30 12:07:19 +0900 |
commit | 83ea8cf7811e69e5436868fbaaa22b0765a1b7fb (patch) | |
tree | 1fcfd994e257fca8090bf03e3969a3f08d361da1 /dev-python/aiohttp | |
parent | qt5-build.eclass: make sure we enable the QML debugging support (diff) | |
download | gentoo-83ea8cf7811e69e5436868fbaaa22b0765a1b7fb.tar.gz gentoo-83ea8cf7811e69e5436868fbaaa22b0765a1b7fb.tar.bz2 gentoo-83ea8cf7811e69e5436868fbaaa22b0765a1b7fb.zip |
dev-python/aiohttp: add ~x86 keyword
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-0.21.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-0.21.6.ebuild b/dev-python/aiohttp/aiohttp-0.21.6.ebuild index 7e102cdde444..26a5442f1df3 100644 --- a/dev-python/aiohttp/aiohttp-0.21.6.ebuild +++ b/dev-python/aiohttp/aiohttp-0.21.6.ebuild @@ -15,7 +15,7 @@ EGIT_REPO_URI="https://github.com/KeepSafe/aiohttp" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc examples test" CDEPEND=" |