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 84821139083 for ; Sun, 10 Dec 2017 10:27:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9164E1192; Sun, 10 Dec 2017 10:27:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 964E0E1183 for ; Sun, 10 Dec 2017 10:27:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A096E33BF3C for ; Sun, 10 Dec 2017 10:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBBAAA86A for ; Sun, 10 Dec 2017 10:27:48 +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: <1512901169.e922ad73f3c9c2d2c148210493594191d3fa28db.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e922ad73f3c9c2d2c148210493594191d3fa28db X-VCS-Branch: master Date: Sun, 10 Dec 2017 10:27:48 +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: 983bcfd3-332b-47c9-8efb-9e0552a9123b X-Archives-Hash: f950fbaebc4cc95f0c2a64c410b6b2cf commit: e922ad73f3c9c2d2c148210493594191d3fa28db Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 10 10:19:29 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 10 10:19:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e922ad73 gnome-extra/evolution-data-server: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild index 3b282187133..082f7b928c0 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) VALA_USE_DEPEND="vapigen" inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx