Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/attic/
Date: Sun, 02 Aug 2020 20:09:03
Message-Id: 1596398907.8181c90b07d103721b399742e15ca069c53fc190.bman@gentoo
1 commit: 8181c90b07d103721b399742e15ca069c53fc190
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 2 20:08:27 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 2 20:08:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8181c90b
7
8 app-backup/attic: bump EAPI; port to py3_{7,8}
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-backup/attic/attic-0.16-r1.ebuild | 4 ++--
13 app-backup/attic/attic-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-backup/attic/attic-0.16-r1.ebuild b/app-backup/attic/attic-0.16-r1.ebuild
17 index de1ead336ea..4fa4def16ab 100644
18 --- a/app-backup/attic/attic-0.16-r1.ebuild
19 +++ b/app-backup/attic/attic-0.16-r1.ebuild
20 @@ -1,9 +1,9 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="5"
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python3_6 )
28 +PYTHON_COMPAT=( python3_{7,8} )
29
30 inherit distutils-r1
31
32
33 diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild
34 index de1ead336ea..4fa4def16ab 100644
35 --- a/app-backup/attic/attic-9999.ebuild
36 +++ b/app-backup/attic/attic-9999.ebuild
37 @@ -1,9 +1,9 @@
38 # Copyright 1999-2020 Gentoo Authors
39 # Distributed under the terms of the GNU General Public License v2
40
41 -EAPI="5"
42 +EAPI=7
43
44 -PYTHON_COMPAT=( python3_6 )
45 +PYTHON_COMPAT=( python3_{7,8} )
46
47 inherit distutils-r1