Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/
Date: Fri, 29 May 2020 15:43:34
Message-Id: 1590767002.e65ed3c23b13efac0fbe45e0a5b669b0a1043e84.mgorny@gentoo
1 commit: e65ed3c23b13efac0fbe45e0a5b669b0a1043e84
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 29 15:42:55 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 15:43:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65ed3c2
7
8 dev-python/secretstorage: Keyword 3.1.2 sparc, #721428
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/secretstorage/secretstorage-3.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild
16 index a375fee0215..dcea3986b76 100644
17 --- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild
18 +++ b/dev-python/secretstorage/secretstorage-3.1.2.ebuild
19 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="
27 dev-python/cryptography[${PYTHON_USEDEP}]