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 30FF6139694 for ; Sun, 28 May 2017 11:14:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059BF21C060; Sun, 28 May 2017 11:14:55 +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 DB86521C060 for ; Sun, 28 May 2017 11:14:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 191D834168E for ; Sun, 28 May 2017 11:14:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D31C3746E for ; Sun, 28 May 2017 11:14:50 +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: <1495968493.47a82e50828a1c84cf499d1d21b214ceec3fcf97.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/empathy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/empathy/empathy-3.12.12.ebuild X-VCS-Directories: net-im/empathy/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 47a82e50828a1c84cf499d1d21b214ceec3fcf97 X-VCS-Branch: master Date: Sun, 28 May 2017 11:14:50 +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: 5a877b2b-6734-4aef-9db3-f0845b5f9dfe X-Archives-Hash: 0497f15df6c863659ac1112b8bf257e1 commit: 47a82e50828a1c84cf499d1d21b214ceec3fcf97 Author: Pacho Ramos gentoo org> AuthorDate: Sun May 28 10:48:13 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 28 10:48:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a82e50 net-im/empathy: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-im/empathy/empathy-3.12.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/empathy/empathy-3.12.12.ebuild b/net-im/empathy/empathy-3.12.12.ebuild index fadc4b13694..90583dbc59f 100644 --- a/net-im/empathy/empathy-3.12.12.ebuild +++ b/net-im/empathy/empathy-3.12.12.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit gnome2 autotools python-any-r1 virtualx