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: Thu, 23 Apr 2020 18:51:19
Message-Id: 1587667870.03589d2ef14b932ee6b8eaf16a389e103cc82f4e.blueness@gentoo
1 commit: 03589d2ef14b932ee6b8eaf16a389e103cc82f4e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 18:44:56 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 18:51:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03589d2e
7
8 app-backup/borgweb: add python 3.7, bug #718194
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 app-backup/borgweb/borgweb-0.2.0-r2.ebuild | 4 ++--
14 app-backup/borgweb/borgweb-0.3.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
18 index deba80138e3..6568b820ce1 100644
19 --- a/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
20 +++ b/app-backup/borgweb/borgweb-0.2.0-r2.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python3_6 )
29 +PYTHON_COMPAT=( python3_{6,7} )
30
31 inherit distutils-r1
32
33
34 diff --git a/app-backup/borgweb/borgweb-0.3.0.ebuild b/app-backup/borgweb/borgweb-0.3.0.ebuild
35 index deba80138e3..6568b820ce1 100644
36 --- a/app-backup/borgweb/borgweb-0.3.0.ebuild
37 +++ b/app-backup/borgweb/borgweb-0.3.0.ebuild
38 @@ -1,9 +1,9 @@
39 # Copyright 1999-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 -EAPI=6
43 +EAPI=7
44
45 -PYTHON_COMPAT=( python3_6 )
46 +PYTHON_COMPAT=( python3_{6,7} )
47
48 inherit distutils-r1