diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:40:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:46:41 +0200 |
commit | 669a88b0ec19f62d0b5f2864f32edef0ba3c22eb (patch) | |
tree | 5d2530dce69bc645aeeb0f80d92c7c70f2017816 /app-backup | |
parent | app-backup/attic: Support python 3.5 (diff) | |
download | gentoo-669a88b0ec19f62d0b5f2864f32edef0ba3c22eb.tar.gz gentoo-669a88b0ec19f62d0b5f2864f32edef0ba3c22eb.tar.bz2 gentoo-669a88b0ec19f62d0b5f2864f32edef0ba3c22eb.zip |
app-backup/backintime: Support python 3.5
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/backintime/backintime-1.1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/backintime/backintime-1.1.12.ebuild b/app-backup/backintime/backintime-1.1.12.ebuild index 62e5964ca6be..df8c2c5ecf3b 100644 --- a/app-backup/backintime/backintime-1.1.12.ebuild +++ b/app-backup/backintime/backintime-1.1.12.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_3 python3_4 ) +PYTHON_COMPAT=( python3_{3,4,5} ) inherit eutils python-single-r1 |