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/tempora/
Date: Sat, 28 Nov 2020 15:26:34
Message-Id: 1606577179.e93024264c4212bc622558d4897aa985fb184556.sam@gentoo
1 commit: e93024264c4212bc622558d4897aa985fb184556
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 15:24:28 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 15:26:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9302426
7
8 dev-python/tempora: ~x64-macos keyworded
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/tempora/tempora-4.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/tempora/tempora-4.0.1.ebuild b/dev-python/tempora/tempora-4.0.1.ebuild
17 index 7f1bf96ec05..e6008d6693f 100644
18 --- a/dev-python/tempora/tempora-4.0.1.ebuild
19 +++ b/dev-python/tempora/tempora-4.0.1.ebuild
20 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
21
22 LICENSE="MIT"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos"
26
27 RDEPEND="
28 >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]