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 C361D1382C5 for ; Thu, 5 Apr 2018 12:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5256E0D82; Thu, 5 Apr 2018 12:39:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 816B3E0D82 for ; Thu, 5 Apr 2018 12:39:09 +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 57243335C05 for ; Thu, 5 Apr 2018 12:39:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDB11266 for ; Thu, 5 Apr 2018 12:39:06 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1522931614.e22b1478b0dac6ccc3f762ebb087938d4ceef6bd.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e22b1478b0dac6ccc3f762ebb087938d4ceef6bd X-VCS-Branch: master Date: Thu, 5 Apr 2018 12:39:06 +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: a16e6d68-d564-4439-8243-cc6c9f05083c X-Archives-Hash: 25a8c968ee47691173be3902e85eb706 commit: e22b1478b0dac6ccc3f762ebb087938d4ceef6bd Author: Mart Raudsepp gentoo org> AuthorDate: Thu Apr 5 12:33:10 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Apr 5 12:33:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22b1478 gnome-base/gnome-shell: add python3.6 compat gnome-shell-extension-tool works fine, gnome-shell-perf-tool was broken before already (reported as bug #652584) Package-Manager: Portage-2.3.28, Repoman-2.3.9 gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild index 6f8c3695054..7dff8d52412 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.24.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" GNOME2_EAUTORECONF="yes" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit gnome2 multilib pax-utils python-r1 systemd