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 481A9138330 for ; Sun, 9 Oct 2016 07:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A216FE0B7C; Sun, 9 Oct 2016 07:47:11 +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 8534AE0B76 for ; Sun, 9 Oct 2016 07:47:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4A0803415CB for ; Sun, 9 Oct 2016 07:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6902E24AE 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: <1475999193.7af9f449d3d6d3f7c2a92b703eb6776fb4153a04.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/tardelta/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/tardelta/tardelta-1.0.1.ebuild X-VCS-Directories: app-arch/tardelta/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7af9f449d3d6d3f7c2a92b703eb6776fb4153a04 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: 9930331f-4827-4fd0-b847-cce8f8512101 X-Archives-Hash: aafaf97b2e5d33d877f76a3c3115ea93 commit: 7af9f449d3d6d3f7c2a92b703eb6776fb4153a04 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 07:37:31 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 9 07:46:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af9f449 app-arch/tardelta: Support python 3.5 Package-Manager: portage-2.3.1 app-arch/tardelta/tardelta-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/tardelta/tardelta-1.0.1.ebuild b/app-arch/tardelta/tardelta-1.0.1.ebuild index 3552e82..327ae79 100644 --- a/app-arch/tardelta/tardelta-1.0.1.ebuild +++ b/app-arch/tardelta/tardelta-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python3_{3,4} ) +PYTHON_COMPAT=( python3_{3,4,5} ) inherit distutils-r1