From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S7e0c-0000Gb-VL for garchives@archives.gentoo.org; Wed, 14 Mar 2012 02:32:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FD5EE0A0B; Wed, 14 Mar 2012 02:32:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 69367E0C15 for ; Wed, 14 Mar 2012 02:32:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79A6C1B4126 for ; Wed, 14 Mar 2012 02:32:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 40AE2E542C for ; Wed, 14 Mar 2012 02:32:05 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1331692235.97194f1f553cdc858060c41048ca56c62081925a.tetromino@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.31.20.ebuild dev-libs/glib/glib-9999.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 97194f1f553cdc858060c41048ca56c62081925a X-VCS-Branch: master Date: Wed, 14 Mar 2012 02:32:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 60d29f70-9066-4e8a-9bd0-947de9362be6 X-Archives-Hash: e0632753ec312a4cda531a90905b0071 commit: 97194f1f553cdc858060c41048ca56c62081925a Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Mar 14 02:30:35 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Mar 14 02:30:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D97194f1f dev-libs/glib: update py-compile fix (sync with portage) --- dev-libs/glib/glib-2.31.20.ebuild | 2 +- dev-libs/glib/glib-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/glib/glib-2.31.20.ebuild b/dev-libs/glib/glib-2.31.= 20.ebuild index 0f125d3..043de11 100644 --- a/dev-libs/glib/glib-2.31.20.ebuild +++ b/dev-libs/glib/glib-2.31.20.ebuild @@ -116,7 +116,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.31.x-external-gdbus-codegen.patch" =20 # disable pyc compiling - ln -sfn $(type -P true) py-compile + use test && python_clean_py-compile_files =20 # Needed for the punt-python-check patch, disabling timeout test # Also needed to prevent croscompile failures, see bug #267603 diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebu= ild index bec4dc9..4886d7b 100644 --- a/dev-libs/glib/glib-9999.ebuild +++ b/dev-libs/glib/glib-9999.ebuild @@ -119,7 +119,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-2.31.x-external-gdbus-codegen.patch" =20 # disable pyc compiling - ln -sfn $(type -P true) py-compile + use test && python_clean_py-compile_files =20 # Needed for the punt-python-check patch, disabling timeout test # Also needed to prevent croscompile failures, see bug #267603