diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-08-11 20:26:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-08-11 20:27:38 +0200 |
commit | 0a9a9f9322245a4c8caa7e1149ef13371bd26fbe (patch) | |
tree | a3cf4dec1f936a0fb946f905a4be61d10eae7f8a /x11-libs | |
parent | www-apps/websvn: Drop old (diff) | |
download | gentoo-0a9a9f9322245a4c8caa7e1149ef13371bd26fbe.tar.gz gentoo-0a9a9f9322245a4c8caa7e1149ef13371bd26fbe.tar.bz2 gentoo-0a9a9f9322245a4c8caa7e1149ef13371bd26fbe.zip |
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
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.30.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.20.8.ebuild | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/x11-libs/gtk+/gtk+-2.24.30.ebuild b/x11-libs/gtk+/gtk+-2.24.30.ebuild index 76d62782b150..d4480cda225a 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 21e48ff166af..8a04adf46057 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) |