From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B94BC13832E for ; Thu, 11 Aug 2016 18:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF0A21C205; Thu, 11 Aug 2016 18:27:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D36021C205 for ; Thu, 11 Aug 2016 18:27:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9E6F340A22 for ; Thu, 11 Aug 2016 18:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F51C7CB for ; Thu, 11 Aug 2016 18:27:44 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1470940058.0a9a9f9322245a4c8caa7e1149ef13371bd26fbe.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/gtk+/gtk+-2.24.30.ebuild x11-libs/gtk+/gtk+-3.20.8.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0a9a9f9322245a4c8caa7e1149ef13371bd26fbe X-VCS-Branch: master Date: Thu, 11 Aug 2016 18:27:44 +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: 16ea55c7-794c-40d7-b478-ed4180da0fce X-Archives-Hash: 9f89ed519d84310cbaec92084bac5c5f commit: 0a9a9f9322245a4c8caa7e1149ef13371bd26fbe Author: Pacho Ramos gentoo org> AuthorDate: Thu Aug 11 18:26:57 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Aug 11 18:27:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9a9f93 x11-libs/gtk+: Restrict tests and add a note explaining that upstream doesn't care about them as soon as we are not fixing them, and they are aware of all this test failures... even if they don't care. Package-Manager: portage-2.3.0 x11-libs/gtk+/gtk+-2.24.30.ebuild | 4 ++++ x11-libs/gtk+/gtk+-3.20.8.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/x11-libs/gtk+/gtk+-2.24.30.ebuild b/x11-libs/gtk+/gtk+-2.24.30.ebuild index 76d6278..d4480cd 100644 --- a/x11-libs/gtk+/gtk+-2.24.30.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.30.ebuild @@ -20,6 +20,10 @@ REQUIRED_USE=" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +# Upstream wants us to do their job: +# https://bugzilla.gnome.org/show_bug.cgi?id=768663#c1 +RESTRICT="test" + # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf) COMMON_DEPEND=" >=dev-libs/atk-2.10.0[introspection?,${MULTILIB_USEDEP}] diff --git a/x11-libs/gtk+/gtk+-3.20.8.ebuild b/x11-libs/gtk+/gtk+-3.20.8.ebuild index 21e48ff..8a04adf 100644 --- a/x11-libs/gtk+/gtk+-3.20.8.ebuild +++ b/x11-libs/gtk+/gtk+-3.20.8.ebuild @@ -20,6 +20,10 @@ REQUIRED_USE=" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +# Upstream wants us to do their job: +# https://bugzilla.gnome.org/show_bug.cgi?id=768662#c1 +RESTRICT="test" + # FIXME: introspection data is built against system installation of gtk+:3, # bug #???? # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf)