Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp/
Date: Wed, 06 Jan 2021 17:35:17
Message-Id: 1609954497.8ae88666194df9ce31e9f43a8e51e236e281b649.slyfox@gentoo
1 commit: 8ae88666194df9ce31e9f43a8e51e236e281b649
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Jan 6 16:18:23 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 17:34:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae88666
7
8 dev-python/aiohttp: stable 3.7.3 for sparc, bug #763684
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/aiohttp/aiohttp-3.7.3.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/aiohttp/aiohttp-3.7.3.ebuild b/dev-python/aiohttp/aiohttp-3.7.3.ebuild
19 index 00de4b93772..3eea38521ed 100644
20 --- a/dev-python/aiohttp/aiohttp-3.7.3.ebuild
21 +++ b/dev-python/aiohttp/aiohttp-3.7.3.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="Apache-2.0"
31 SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86"
34
35 RDEPEND="
36 >=dev-python/async_timeout-3.0.0[${PYTHON_USEDEP}]