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 | |
parent | 72e98dcb691ce7ec7b70868f40f514ac5255bb71 (diff) | |
download | gentoo-83ea8cf7811e69e5436868fbaaa22b0765a1b7fb.tar.gz gentoo-83ea8cf7811e69e5436868fbaaa22b0765a1b7fb.tar.xz |
dev-python/aiohttp: add ~x86 keyword
-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 7e102cdde44..26a5442f1df 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=" |