commit: 0a9a9f9322245a4c8caa7e1149ef13371bd26fbe Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Aug 11 18:26:57 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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)
