diff options
author | 2024-08-08 16:59:25 +0200 | |
---|---|---|
committer | 2024-08-08 17:22:07 +0200 | |
commit | 82d62a43f32cb5210eeeb8b67440baaca7b96251 (patch) | |
tree | 8167be4140751175898d5f8a72a479f890196679 /dev-python/aiohttp | |
parent | dev-vcs/mercurial: Fix upstream's assumed Rust target directory (diff) | |
download | gentoo-82d62a43f32cb5210eeeb8b67440baaca7b96251.tar.gz gentoo-82d62a43f32cb5210eeeb8b67440baaca7b96251.tar.bz2 gentoo-82d62a43f32cb5210eeeb8b67440baaca7b96251.zip |
dev-python/aiohttp: Copy keywords forward
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-3.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.10.1.ebuild b/dev-python/aiohttp/aiohttp-3.10.1.ebuild index 10fb0fe77ab2..bcb2187e0df5 100644 --- a/dev-python/aiohttp/aiohttp-3.10.1.ebuild +++ b/dev-python/aiohttp/aiohttp-3.10.1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="test-rust" RDEPEND=" |