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 5E981138350 for ; Sat, 8 Feb 2020 19:49:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89C4CE0829; Sat, 8 Feb 2020 19:49:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6EBDAE0829 for ; Sat, 8 Feb 2020 19:49:30 +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 2BECA34E824 for ; Sat, 8 Feb 2020 19:49:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B285911D for ; Sat, 8 Feb 2020 19:49:26 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1581191274.2225570a84cdcc7a808ea792e1af5120fbd5105f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-mission-control/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild X-VCS-Directories: net-im/telepathy-mission-control/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2225570a84cdcc7a808ea792e1af5120fbd5105f X-VCS-Branch: master Date: Sat, 8 Feb 2020 19:49:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bd31f090-329b-4ee1-b71e-653a64973f84 X-Archives-Hash: bd7cc923e024f2df7a7b37f6c5a5631d commit: 2225570a84cdcc7a808ea792e1af5120fbd5105f Author: Matt Turner gentoo org> AuthorDate: Sat Feb 8 19:46:20 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Feb 8 19:47:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2225570a net-im/telepathy-mission-control: Switch to Python3 Signed-off-by: Matt Turner gentoo.org> .../telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild index 9018152235c..f54b59cbc4d 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" # Needed for tests and build #489466 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit gnome2 python-any-r1