From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1006951-garchives=archives.gentoo.org@lists.gentoo.org>
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 430671382C5
	for <garchives@archives.gentoo.org>; Sat,  3 Mar 2018 19:55:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7E725E0951;
	Sat,  3 Mar 2018 19:55:09 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 5F9F1E0951
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Mar 2018 19:55: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 4C238335C07
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Mar 2018 19:55:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A88A31F1
	for <gentoo-commits@lists.gentoo.org>; Sat,  3 Mar 2018 19:55:06 +0000 (UTC)
From: "Sobhan Mohammadpour" <sobhan@gentoo.org>
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" <sobhan@gentoo.org>
Message-ID: <1520106898.e3970bc37ba3c14ec3817beb5bf7c1951ce84132.sobhan@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/
X-VCS-Repository: proj/gnome
X-VCS-Files: dev-libs/glib/glib-2.54.3-r3.ebuild dev-libs/glib/glib-2.54.3-r4.ebuild
X-VCS-Directories: dev-libs/glib/
X-VCS-Committer: sobhan
X-VCS-Committer-Name: Sobhan Mohammadpour
X-VCS-Revision: e3970bc37ba3c14ec3817beb5bf7c1951ce84132
X-VCS-Branch: master
Date: Sat,  3 Mar 2018 19:55:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 4700c5b2-b9b2-4108-aa6b-7683019fef1a
X-Archives-Hash: cb81421ac0e579c1b725703d0afcb184

commit:     e3970bc37ba3c14ec3817beb5bf7c1951ce84132
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 19:54:58 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 19:54:58 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e3970bc3

dev-libs/glib: fix @PYTHON@ not found

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 dev-libs/glib/{glib-2.54.3-r3.ebuild => glib-2.54.3-r4.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/glib/glib-2.54.3-r3.ebuild b/dev-libs/glib/glib-2.54.3-r4.ebuild
similarity index 99%
rename from dev-libs/glib/glib-2.54.3-r3.ebuild
rename to dev-libs/glib/glib-2.54.3-r4.ebuild
index 7c1b378c..db057e34 100644
--- a/dev-libs/glib/glib-2.54.3-r3.ebuild
+++ b/dev-libs/glib/glib-2.54.3-r4.ebuild
@@ -125,7 +125,8 @@ src_prepare() {
 	# arg, but that would mean a build dep on python when USE=utils.
 	sed -e '/${PYTHON}/d' \
 		-i glib/Makefile.{am,in} || die
-
+	sed -e 's:@PYTHON@:python:' \
+		-i gobject/glib-{genmarshal.in,mkenums.in} || die
 	# Also needed to prevent cross-compile failures, see bug #267603
 	eautoreconf