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: Sun, 28 Nov 2021 14:42:17
Message-Id: 1638110335.6b0c956b9ec66a4d9a2a368cacb1cb63cc115c31.mgorny@gentoo
1 commit: 6b0c956b9ec66a4d9a2a368cacb1cb63cc115c31
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 10:53:20 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 14:38:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0c956b
7
8 dev-python/secretstorage: Remove ~ia64 (due to Rust)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/secretstorage/secretstorage-3.3.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/secretstorage/secretstorage-3.3.1.ebuild b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
16 index b32f80914daa..8097c1732031 100644
17 --- a/dev-python/secretstorage/secretstorage-3.3.1.ebuild
18 +++ b/dev-python/secretstorage/secretstorage-3.3.1.ebuild
19 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="
27 dev-python/cryptography[${PYTHON_USEDEP}]