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 1RMYEO-0005P7-5M for garchives@archives.gentoo.org; Sat, 05 Nov 2011 04:51:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E9421C021; Sat, 5 Nov 2011 04:51:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 26D7C21C021 for ; Sat, 5 Nov 2011 04:51:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 752E41B4005 for ; Sat, 5 Nov 2011 04:51:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2306) id 4A7F42004C; Sat, 5 Nov 2011 04:51:38 +0000 (UTC) From: "Alexandre Rostovtsev (tetromino)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tetromino@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyatspi/files: pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch X-VCS-Directories: dev-python/pyatspi/files X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev Content-Type: text/plain; charset=utf8 Message-Id: <20111105045138.4A7F42004C@flycatcher.gentoo.org> Date: Sat, 5 Nov 2011 04:51:38 +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: b3c723df-d81e-4dca-b7ee-dda45a0047e4 X-Archives-Hash: daa0db3bf705951576c25009136b4cec tetromino 11/11/05 04:51:38 Added: pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch Log: Bump to 2.2.1 from the gnome overlay. Notable changes: updates for at-s= pi2-core changes and pygobject-3. =20 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64) Revision Changes Path 1.1 dev-python/pyatspi/files/pyatspi-2.2.0-AM_CHECK_PYMO= D-pygtk.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi= /files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyatspi= /files/pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch?rev=3D1.1&content-type=3D= text/plain Index: pyatspi-2.2.0-AM_CHECK_PYMOD-pygtk.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From 484a3285a5f66ab05ab030fc9217685f02052c91 Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Mon, 3 Oct 2011 16:32:23 -0400 Subject: [PATCH] Drop unneeded pygtk check from AM_CHECK_PYMOD https://bugzilla.gnome.org/show_bug.cgi?id=3D660826 --- acinclude.m4 | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 79c3c7c..6622932 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -51,8 +51,6 @@ AC_CACHE_VAL(py_cv_mod_$py_mod_var, [ ifelse([$2],[], [prog=3D" import sys try: - import pygtk - pygtk.require('2.0') import $1 except ImportError: sys.exit(1) --=20 1.7.7