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 1671B138334 for ; Fri, 29 Nov 2019 08:17:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C5BCE094E; Fri, 29 Nov 2019 08:17:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4290DE094E for ; Fri, 29 Nov 2019 08:17: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 6847334D576 for ; Fri, 29 Nov 2019 08:17:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B368C5 for ; Fri, 29 Nov 2019 08:17:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575015271.5c30ab2d023940b1c8c8b35efec73b2dd53dc97e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild X-VCS-Directories: gnome-base/gnome-desktop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5c30ab2d023940b1c8c8b35efec73b2dd53dc97e X-VCS-Branch: master Date: Fri, 29 Nov 2019 08:17: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 487b31d7-fc75-4ada-b8b6-9e86b666c933 X-Archives-Hash: 837753e772bafcb284d160ded7b1abbe commit: 5c30ab2d023940b1c8c8b35efec73b2dd53dc97e Author: Michał Górny gentoo org> AuthorDate: Thu Nov 28 17:28:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 29 08:14:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c30ab2d gnome-base/gnome-desktop: python_export_best → python_setup Signed-off-by: Michał Górny gentoo.org> gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild b/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild index 595d61ff0bd..f48d6fa875a 100644 --- a/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild +++ b/gnome-base/gnome-desktop/gnome-desktop-2.32.1-r2.ebuild @@ -55,7 +55,7 @@ src_prepare() { } src_configure() { - python_export_best + python_setup gnome2_src_configure \ --with-gnome-distributor=Gentoo \ --disable-scrollkeeper \