diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-04 19:24:18 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-04 19:24:18 +0000 |
commit | 3fa2d4731f34e1db62983a1132923544faa577b6 (patch) | |
tree | 8f01677da8d8baa6b9ec0d70c2689adfc45a2b42 /media-libs/gegl | |
parent | arm/ppc/sparc stable (bug 361567) (diff) | |
download | gentoo-2-3fa2d4731f34e1db62983a1132923544faa577b6.tar.gz gentoo-2-3fa2d4731f34e1db62983a1132923544faa577b6.tar.bz2 gentoo-2-3fa2d4731f34e1db62983a1132923544faa577b6.zip |
Unmask tests as they all seem to pass on my computer. Lets see what users observe. If some fail we can restrict them per case basis rather then as whole.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.1.6.ebuild | 14 |
2 files changed, 15 insertions, 6 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index 662ac9ac5544..cd5a7d8542f5 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.44 2011/04/04 18:44:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.45 2011/04/04 19:24:18 scarabeus Exp $ + + 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild: + Unmask tests as they all seem to pass on my computer. Lets see what users + observe. If some fail we can restrict them per case basis rather then as + whole. 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild: OOps drop missed doc definitons. diff --git a/media-libs/gegl/gegl-0.1.6.ebuild b/media-libs/gegl/gegl-0.1.6.ebuild index faadfd2864fa..ef454f56804c 100644 --- a/media-libs/gegl/gegl-0.1.6.ebuild +++ b/media-libs/gegl/gegl-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.8 2011/04/04 18:44:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.9 2011/04/04 19:24:18 scarabeus Exp $ EAPI=4 @@ -38,10 +38,6 @@ DEPEND=">=media-libs/babl-0.1.4 v4l? ( media-libs/libv4l )" RDEPEND="${DEPEND}" -# broken upstream, see: -# https://bugzilla.gnome.org/show_bug.cgi?id=642390 -RESTRICT="test" - src_prepare() { # upstream bug report: # https://bugzilla.gnome.org/show_bug.cgi?id=642494 @@ -83,6 +79,14 @@ src_configure() { $(use_with v4l libv4l) } +src_test() { + # set xdg dirs to not violate sandbox constrains + export XDG_CONFIG_HOME="${T}" + export XDG_CACHE_HOME="${T}" + + default +} + src_install() { emake DESTDIR="${ED}" install find "${ED}" -name '*.la' -delete |