Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgweb/
Date: Tue, 01 Sep 2020 23:53:37
Message-Id: 1599004390.4055a4e0296194c3ab420fab3dd489e755bf8a2f.blueness@gentoo
1 commit: 4055a4e0296194c3ab420fab3dd489e755bf8a2f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 23:53:10 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 23:53:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4055a4e0
7
8 app-backup/borgweb: add python 3.8
9
10 Closes: https://bugs.gentoo.org/718194
11 Package-Manager: Portage-3.0.4, Repoman-2.3.23
12 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
13
14 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 2 +-
15 app-backup/borgweb/borgweb-0.3.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
19 index 6568b820ce1..a5a107910ed 100644
20 --- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
21 +++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7} )
27 +PYTHON_COMPAT=( python3_{6,7,8} )
28
29 inherit distutils-r1
30
31
32 diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
33 index 6568b820ce1..a5a107910ed 100644
34 --- a/app-backup/borgweb/borgweb-0.3.0.ebuild
35 +++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
36 @@ -3,7 +3,7 @@
37
38 EAPI=7
39
40 -PYTHON_COMPAT=( python3_{6,7} )
41 +PYTHON_COMPAT=( python3_{6,7,8} )
42
43 inherit distutils-r1