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 7FCEC139694 for ; Mon, 24 Apr 2017 10:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9767E0CB6; Mon, 24 Apr 2017 10:52:30 +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 82E82E0CC5 for ; Mon, 24 Apr 2017 10:52:30 +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 1A785340BEA for ; Mon, 24 Apr 2017 10:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 811DE7438 for ; Mon, 24 Apr 2017 10:52:27 +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: <1493031130.c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-3.2.0.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea X-VCS-Branch: master Date: Mon, 24 Apr 2017 10:52:27 +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: 47502586-d619-41a1-8bcd-ef6e41f3225f X-Archives-Hash: 9dfd05d82642c64a962d0a24b4a42558 commit: c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 10:38:04 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 10:52:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4139ef0 gnome-extra/nemo: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 gnome-extra/nemo/nemo-3.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/nemo/nemo-3.2.0.ebuild b/gnome-extra/nemo/nemo-3.2.0.ebuild index 37246757577..acb9b63c9b0 100644 --- a/gnome-extra/nemo/nemo-3.2.0.ebuild +++ b/gnome-extra/nemo/nemo-3.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools eutils gnome2 python-any-r1 virtualx