From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 08715138010 for ; Wed, 17 Oct 2012 04:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71350E02DF; Wed, 17 Oct 2012 04:36:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EAE82E02DF for ; Wed, 17 Oct 2012 04:36:03 +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 E2DD533C6B6 for ; Wed, 17 Oct 2012 04:36:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 66069E5436 for ; Wed, 17 Oct 2012 04:36:01 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1350448515.ac4c2a092c07bdef9c9a0228fb169f22ddb5b7f2.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pyatspi/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pyatspi/pyatspi-9999.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: ac4c2a092c07bdef9c9a0228fb169f22ddb5b7f2 X-VCS-Branch: master Date: Wed, 17 Oct 2012 04: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 X-Archives-Salt: 981d208e-87ca-4b3a-a4da-bda3dbbced1f X-Archives-Hash: 72ed6b643cb233d131b22a6828072a11 commit: ac4c2a092c07bdef9c9a0228fb169f22ddb5b7f2 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Oct 17 04:35:15 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Wed Oct 17 04:35:15 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ac4c2a09 dev-python/pyatspi: sync with gx86 Disable non-functional test suite, as pointed out my Matt Turner. --- dev-python/pyatspi/pyatspi-9999.ebuild | 21 +++++++-------------- 1 files changed, 7 insertions(+), 14 deletions(-) diff --git a/dev-python/pyatspi/pyatspi-9999.ebuild b/dev-python/pyatspi/pyatspi-9999.ebuild index 194141c..c1ed047 100644 --- a/dev-python/pyatspi/pyatspi-9999.ebuild +++ b/dev-python/pyatspi/pyatspi-9999.ebuild @@ -18,14 +18,17 @@ DESCRIPTION="Python binding to at-spi library" HOMEPAGE="http://live.gnome.org/Accessibility" # Note: only some of the tests are GPL-licensed, everything else is LGPL -LICENSE="LGPL-2 GPL-2" +LICENSE="LGPL-2 GPL-2+" SLOT="0" if [[ ${PV} = 9999 ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~arm ~hppa ~x86" fi -IUSE="test" +IUSE="" # test + +# test suite is obsolete (at-spi-1.x era) and unpassable +RESTRICT="test" COMMON_DEPEND="dev-python/dbus-python >=dev-python/pygobject-2.90.1:3 @@ -36,16 +39,10 @@ RDEPEND="${COMMON_DEPEND} !