diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2021-01-06 17:18:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-01-06 17:34:57 +0000 |
commit | 8ae88666194df9ce31e9f43a8e51e236e281b649 (patch) | |
tree | ebd44330ca1e7fad5627e803a540f35f52b71dbf /dev-python/aiohttp | |
parent | x11-libs/xforms: stable 1.2.4-r1 for sparc, bug #763600 (diff) | |
download | gentoo-8ae88666194df9ce31e9f43a8e51e236e281b649.tar.gz gentoo-8ae88666194df9ce31e9f43a8e51e236e281b649.tar.bz2 gentoo-8ae88666194df9ce31e9f43a8e51e236e281b649.zip |
dev-python/aiohttp: stable 3.7.3 for sparc, bug #763684
Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp')
-rw-r--r-- | dev-python/aiohttp/aiohttp-3.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/aiohttp/aiohttp-3.7.3.ebuild b/dev-python/aiohttp/aiohttp-3.7.3.ebuild index 00de4b937726..3eea38521ed0 100644 --- a/dev-python/aiohttp/aiohttp-3.7.3.ebuild +++ b/dev-python/aiohttp/aiohttp-3.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" RDEPEND=" >=dev-python/async_timeout-3.0.0[${PYTHON_USEDEP}] |