diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-08-02 16:08:27 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-08-02 16:08:27 -0400 |
commit | 8181c90b07d103721b399742e15ca069c53fc190 (patch) | |
tree | 906b59e885a18f7cdcaa0bbea141a73e5a1a29ff /app-backup/attic | |
parent | profiles: unmask dev-python/sympy[symengine] (diff) | |
download | gentoo-8181c90b07d103721b399742e15ca069c53fc190.tar.gz gentoo-8181c90b07d103721b399742e15ca069c53fc190.tar.bz2 gentoo-8181c90b07d103721b399742e15ca069c53fc190.zip |
app-backup/attic: bump EAPI; port to py3_{7,8}
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-backup/attic')
-rw-r--r-- | app-backup/attic/attic-0.16-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/attic/attic-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-backup/attic/attic-0.16-r1.ebuild b/app-backup/attic/attic-0.16-r1.ebuild index de1ead336ea7..4fa4def16abf 100644 --- a/app-backup/attic/attic-0.16-r1.ebuild +++ b/app-backup/attic/attic-0.16-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild index de1ead336ea7..4fa4def16abf 100644 --- a/app-backup/attic/attic-9999.ebuild +++ b/app-backup/attic/attic-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 |