Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/
Date: Mon, 01 Jun 2020 17:03:03
Message-Id: 1591030971.b193120291c4dc3f83385ce583381b4220579efc.slyfox@gentoo
1 commit: b193120291c4dc3f83385ce583381b4220579efc
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jun 1 13:03:21 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 17:02:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1931202
7
8 dev-python/secretstorage: keyworded 3.1.2 for hppa, bug #721428
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/secretstorage/secretstorage-3.1.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/secretstorage/secretstorage-3.1.2.ebuild b/dev-python/secretstorage/secretstorage-3.1.2.ebuild
19 index 92683ae954b..571eb1a98f0 100644
20 --- a/dev-python/secretstorage/secretstorage-3.1.2.ebuild
21 +++ b/dev-python/secretstorage/secretstorage-3.1.2.ebuild
22 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
23
24 LICENSE="BSD"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
27 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
28
29 RDEPEND="
30 dev-python/cryptography[${PYTHON_USEDEP}]