From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6487138330 for ; Sun, 9 Oct 2016 07:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD761E0B88; Sun, 9 Oct 2016 07:47:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAFA8E0B88 for ; Sun, 9 Oct 2016 07:47:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B96363415CB for ; Sun, 9 Oct 2016 07:47:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EE6A24B1 for ; Sun, 9 Oct 2016 07:47:08 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1475999201.669a88b0ec19f62d0b5f2864f32edef0ba3c22eb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/backintime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/backintime/backintime-1.1.12.ebuild X-VCS-Directories: app-backup/backintime/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 669a88b0ec19f62d0b5f2864f32edef0ba3c22eb X-VCS-Branch: master Date: Sun, 9 Oct 2016 07:47:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6c03d9b-d7bf-4284-a7e7-9c9bae51ff84 X-Archives-Hash: e51098d152e0b0cb94772910bdd514bc commit: 669a88b0ec19f62d0b5f2864f32edef0ba3c22eb Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 07:40:11 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 9 07:46:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669a88b0 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 62e5964..df8c2c5 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