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 2CB1A139694 for ; Sun, 18 Jun 2017 10:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F7EDE0C31; Sun, 18 Jun 2017 10:05:39 +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 5F4C1E0BEC for ; Sun, 18 Jun 2017 10:05:39 +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 1D57C341780 for ; Sun, 18 Jun 2017 10:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 711E27477 for ; Sun, 18 Jun 2017 10:05:36 +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: <1497780329.1513849c152bb6adb21d25272878f79dea08b080.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild X-VCS-Directories: gnome-extra/cinnamon-desktop/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1513849c152bb6adb21d25272878f79dea08b080 X-VCS-Branch: master Date: Sun, 18 Jun 2017 10:05:36 +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: 60f87ddd-8dda-4b23-8f50-13b14669f352 X-Archives-Hash: f7e555d4f885979aefa996a797e88b79 commit: 1513849c152bb6adb21d25272878f79dea08b080 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 18 09:56:31 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 18 10:05:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1513849c gnome-extra/cinnamon-desktop: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild index 7aa1c85f8ee..91b950b837f 100644 --- a/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild +++ b/gnome-extra/cinnamon-desktop/cinnamon-desktop-3.2.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools eutils gnome2 python-single-r1