Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Mon, 30 Aug 2021 07:26:17
Message-Id: 1630308349.3a56e983dd85fff8285222ea2449cbab92332daa.ago@gentoo
1 commit: 3a56e983dd85fff8285222ea2449cbab92332daa
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 07:25:49 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 07:25:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a56e983
7
8 dev-python/sentry-sdk: amd64/arm64/arm/x86 stable (ALLARCHES policy) wrt bug #811027
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
12
13 dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild b/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild
17 index d0881dad90d..0d827d4ea87 100644
18 --- a/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild
19 +++ b/dev-python/sentry-sdk/sentry-sdk-1.3.1.ebuild
20 @@ -13,7 +13,7 @@ S="${WORKDIR}/sentry-python-${PV}"
21
22 LICENSE="PSF-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
26
27 RDEPEND="
28 dev-python/urllib3[${PYTHON_USEDEP}]