From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 46C2C1388C2 for ; Thu, 31 Dec 2015 00:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1332C21C003; Thu, 31 Dec 2015 00:07:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3CF921C003 for ; Thu, 31 Dec 2015 00:07:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFCE0340691 for ; Thu, 31 Dec 2015 00:07:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3044ECF5 for ; Thu, 31 Dec 2015 00:07:52 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451520456.59babf383b6776764c9a297bf8229f34c33ef72b.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/gnome-python-common-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 59babf383b6776764c9a297bf8229f34c33ef72b X-VCS-Branch: master Date: Thu, 31 Dec 2015 00:07:52 +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: 78c1dc22-d029-4586-9752-f0cba89dd1b0 X-Archives-Hash: ef3af4bdfc538d2f343c0925b65ae521 commit: 59babf383b6776764c9a297bf8229f34c33ef72b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Dec 30 23:35:54 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 31 00:07:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59babf38 gnome-python-common-r1.eclass: replace deprecated python_parallel_foreach_impl call eclass/gnome-python-common-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome-python-common-r1.eclass b/eclass/gnome-python-common-r1.eclass index d9968fe..db583ae 100644 --- a/eclass/gnome-python-common-r1.eclass +++ b/eclass/gnome-python-common-r1.eclass @@ -80,7 +80,7 @@ gnome-python-common-r1_src_configure() { ) ECONF_SOURCE=${S} \ - python_parallel_foreach_impl \ + python_foreach_impl \ gnome2_src_configure "${myconf[@]}" "${@}" }