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 9B9431382C5 for ; Fri, 11 May 2018 07:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8442E09BC; Fri, 11 May 2018 07:10:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 962CDE09BC for ; Fri, 11 May 2018 07:10:24 +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 73813335C90 for ; Fri, 11 May 2018 07:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF7F143 for ; Fri, 11 May 2018 07:10:21 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1526022616.d8d754a99f2fb6e443bd15ca9bb9a322f28f5a7b.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/gnome-shell-3.26.2-r1.ebuild gnome-base/gnome-shell/gnome-shell-3.26.2.ebuild X-VCS-Directories: gnome-base/gnome-shell/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: d8d754a99f2fb6e443bd15ca9bb9a322f28f5a7b X-VCS-Branch: master Date: Fri, 11 May 2018 07:10:21 +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: 4c758713-fc1a-4cc4-9c8e-a8adf3bacb38 X-Archives-Hash: 720a82b8776923e359123039227d8c0f commit: d8d754a99f2fb6e443bd15ca9bb9a322f28f5a7b Author: Sobhan Mohammadpour gentoo org> AuthorDate: Fri May 11 07:10:16 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Fri May 11 07:10:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d8d754a9 gnome-base/gnome-shell: add python 3.6 support Package-Manager: Portage-2.3.36, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 .../{gnome-shell-3.26.2.ebuild => gnome-shell-3.26.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.26.2-r1.ebuild similarity index 99% rename from gnome-base/gnome-shell/gnome-shell-3.26.2.ebuild rename to gnome-base/gnome-shell/gnome-shell-3.26.2-r1.ebuild index 34c076ae..3346d08b 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.26.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.26.2-r1.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 gnome-meson multilib pax-utils python-r1 systemd