Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/
Date: Sun, 25 Jul 2021 03:17:03
Message-Id: 1627182987.1e4607c044268409904624be9c224cffea348a52.mattst88@gentoo
1 commit: 1e4607c044268409904624be9c224cffea348a52
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 02:43:57 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 03:16:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e4607c0
7
8 dev-python/tomli: Keyword 1.0.4 alpha, #802543
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/tomli/tomli-1.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/tomli/tomli-1.0.4.ebuild b/dev-python/tomli/tomli-1.0.4.ebuild
16 index ec5349db21e..76fc5e50016 100644
17 --- a/dev-python/tomli/tomli-1.0.4.ebuild
18 +++ b/dev-python/tomli/tomli-1.0.4.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
25
26 BDEPEND="
27 test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )"