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: Sat, 30 May 2020 14:38:08
Message-Id: 1590849469.f7feedf855645f321e24086ac0a24da73f5751fa.mgorny@gentoo
1 commit: f7feedf855645f321e24086ac0a24da73f5751fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 12:57:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 14:37:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7feedf8
7
8 dev-python/secretstorage: Keyword 3.1.2 ppc, #726188
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 617bfc3840a..b78a8f42fc2 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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="
27 dev-python/cryptography[${PYTHON_USEDEP}]