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 1R96Tr-0000F8-2N for garchives@archives.gentoo.org; Thu, 29 Sep 2011 02:36:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2534521C02B; Thu, 29 Sep 2011 02:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D620021C02B for ; Thu, 29 Sep 2011 02:36:02 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 382D01B401A for ; Thu, 29 Sep 2011 02:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8E55480042 for ; Thu, 29 Sep 2011 02:36:01 +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: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/glib/ X-VCS-Repository: proj/gnome X-VCS-Files: 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: d49fe2573fb89f1ea80864edcdc5aff64efd3107 Date: Thu, 29 Sep 2011 02:36:01 +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: X-Archives-Hash: 6dfe4b41ff4d04b2a77ecf88ba91b2fe commit: d49fe2573fb89f1ea80864edcdc5aff64efd3107 Author: Alexandre Rostovtsev gmail com> AuthorDate: Wed Sep 28 23:44:00 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu Sep 29 02:19:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dd49fe257 dev-libs/glib: fix tests (bug #384853) Require python-2 to run tests, and disable tests that need pygobject and dbus-python to prevent circular dependencies. Fixes bug #384853. Also, hard disable the /gdbus/connection/life-cycle test, since it fails around 1/3 of the time I try to run it. --- dev-libs/glib/glib-9999.ebuild | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebu= ild index fcd1a7e..46f0e9d 100644 --- a/dev-libs/glib/glib-9999.ebuild +++ b/dev-libs/glib/glib-9999.ebuild @@ -5,6 +5,7 @@ EAPI=3D"4" =20 inherit autotools gnome.org libtool eutils flag-o-matic multilib pax-uti= ls virtualx +# Do not inherit python.eclass to avoid python runtime dependency; #3775= 49 if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live fi @@ -37,6 +38,7 @@ DEPEND=3D"${RDEPEND} ~app-text/docbook-xml-dtd-4.1.2 ) systemtap? ( >=3Ddev-util/systemtap-1.3 ) test? ( + =3Ddev-lang/python-2* >=3Ddev-util/gdbus-codegen-2.30.0 >=3Dsys-apps/dbus-1.2.14 ) !