Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Fri, 04 Sep 2020 00:46:21
Message-Id: 1599180300.71cf7a11d4d6a2ed54dd22bfa77cfed5bd536ce8.sam@gentoo
1 commit: 71cf7a11d4d6a2ed54dd22bfa77cfed5bd536ce8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 00:45:00 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 00:45:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cf7a11
7
8 dev-python/sentry-sdk: Stabilize 0.16.3 ALLARCHES, #739966
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
17 index 73e3d36da37..61141dcf474 100644
18 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
19 +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
20 @@ -14,7 +14,7 @@ S="${WORKDIR}/sentry-python-${PV}"
21
22 LICENSE="PSF-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
25 +KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
26
27 RDEPEND="
28 dev-python/urllib3[${PYTHON_USEDEP}]