Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/outcome/
Date: Thu, 28 May 2020 11:05:20
Message-Id: 1590662766.d1610762fffcbf38723ef0887ca206facdc21c84.andrewammerlaan@gentoo
1 commit: d1610762fffcbf38723ef0887ca206facdc21c84
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu May 28 10:46:06 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu May 28 10:46:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1610762
7
8 dev-python/outcome: add py3_8
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/outcome/outcome-1.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/outcome/outcome-1.0.1.ebuild b/dev-python/outcome/outcome-1.0.1.ebuild
17 index 6a5ecc6..c50b00a 100644
18 --- a/dev-python/outcome/outcome-1.0.1.ebuild
19 +++ b/dev-python/outcome/outcome-1.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 +PYTHON_COMPAT=( python3_{6,7,8} )
26
27 inherit distutils-r1