Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Mon, 02 Dec 2019 13:49:00
Message-Id: 1575294517.c8ed5f9c4527b7e8053fd397f00d0d03f540dbbf.asturm@gentoo
1 commit: c8ed5f9c4527b7e8053fd397f00d0d03f540dbbf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 16:10:16 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 13:48:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ed5f9c
7
8 dev-libs/libbytesize: python3_8
9
10 Closes: https://bugs.gentoo.org/701588
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-libs/libbytesize/libbytesize-2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libbytesize/libbytesize-2.1.ebuild b/dev-libs/libbytesize/libbytesize-2.1.ebuild
18 index f3c68f3c42f..ae527783b02 100644
19 --- a/dev-libs/libbytesize/libbytesize-2.1.ebuild
20 +++ b/dev-libs/libbytesize/libbytesize-2.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{5,6,7} )
26 +PYTHON_COMPAT=( python3_{5,6,7,8} )
27
28 inherit python-r1