From 669a88b0ec19f62d0b5f2864f32edef0ba3c22eb Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 9 Oct 2016 09:40:11 +0200 Subject: [PATCH] app-backup/backintime: Support python 3.5 Package-Manager: portage-2.3.1 --- app-backup/backintime/backintime-1.1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2