Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pockets/
Date: Sat, 25 Sep 2021 19:56:38
Message-Id: 1632599687.194249ee5caf96e1096bd9fc3588fe9a63b63343.sam@gentoo
1 commit: 194249ee5caf96e1096bd9fc3588fe9a63b63343
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 19:54:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 19:54:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194249ee
7
8 dev-python/pockets: Stabilize 0.9.1-r2 ALLARCHES, #814743
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pockets/pockets-0.9.1-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pockets/pockets-0.9.1-r2.ebuild b/dev-python/pockets/pockets-0.9.1-r2.ebuild
16 index 4e7e77a9633..ce01c439d50 100644
17 --- a/dev-python/pockets/pockets-0.9.1-r2.ebuild
18 +++ b/dev-python/pockets/pockets-0.9.1-r2.ebuild
19 @@ -20,7 +20,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 arm64 ~x86 ~amd64-linux ~x86-linux"
25
26 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
27 BDEPEND="test? ( dev-python/pytz[${PYTHON_USEDEP}] )"