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 A922413888F for ; Tue, 13 Oct 2015 20:04:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F56621C010; Tue, 13 Oct 2015 20:04:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDDD3E07F4 for ; Tue, 13 Oct 2015 20:04:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B0034099A for ; Tue, 13 Oct 2015 20:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B582A1094 for ; Tue, 13 Oct 2015 20:03:59 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1444766617.f7ebeeb3dd0c5b9f43f8a8a9ea0825279e351cb3.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-python/pygobject/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-python/pygobject/pygobject-3.18.0.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: f7ebeeb3dd0c5b9f43f8a8a9ea0825279e351cb3 X-VCS-Branch: master Date: Tue, 13 Oct 2015 20:03:59 +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: 6cf89075-281a-4b7a-af12-10410caa5da7 X-Archives-Hash: 81773ff49807ab8f58c32f876f774617 commit: f7ebeeb3dd0c5b9f43f8a8a9ea0825279e351cb3 Author: Ole Reifschneider gentoo org> AuthorDate: Tue Oct 13 20:02:48 2015 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Tue Oct 13 20:03:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f7ebeeb3 dev-python/pygobject: remove patch The tests are failing for me but it's not the same spec that the patch adresses to I removed it for now. Package-Manager: portage-2.2.23 Manifest-Sign-Key: 0xE9E568677E8B4D42 dev-python/pygobject/pygobject-3.18.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/pygobject/pygobject-3.18.0.ebuild b/dev-python/pygobject/pygobject-3.18.0.ebuild index e5610c2..1b3fb2a 100644 --- a/dev-python/pygobject/pygobject-3.18.0.ebuild +++ b/dev-python/pygobject/pygobject-3.18.0.ebuild @@ -58,9 +58,6 @@ RDEPEND="${COMMON_DEPEND} " src_prepare() { - # Comment out broken unittest - epatch "${FILESDIR}"/${PN}-3.16.1-unittest.patch - gnome2_src_prepare python_copy_sources }