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/toml/
Date: Sat, 12 Oct 2019 20:23:23
Message-Id: 1570911782.a5fa3216767c54ceb7e39d98d490c3472a21e58a.mattst88@gentoo
1 commit: a5fa3216767c54ceb7e39d98d490c3472a21e58a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 20:23:02 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 20:23:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fa3216
7
8 dev-python/toml-0.10.0: add ~alpha, bug 685868
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/toml/toml-0.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/toml/toml-0.10.0.ebuild b/dev-python/toml/toml-0.10.0.ebuild
16 index 33d6dd0e398..bc40888db0b 100644
17 --- a/dev-python/toml/toml-0.10.0.ebuild
18 +++ b/dev-python/toml/toml-0.10.0.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~sparc ~x86"
25
26 # peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
27 # particularly worth the trouble.