diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-15 11:24:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-15 11:24:51 +0000 |
commit | 80ddbb54717356df3f55b541bb2a19b0ad4d1d36 (patch) | |
tree | f6b12b8a3ab139f1b45d31a6e66611c9a4d798ae /media-libs | |
parent | Version bump. Fixes bug #363355. (diff) | |
download | gentoo-2-80ddbb54717356df3f55b541bb2a19b0ad4d1d36.tar.gz gentoo-2-80ddbb54717356df3f55b541bb2a19b0ad4d1d36.tar.bz2 gentoo-2-80ddbb54717356df3f55b541bb2a19b0ad4d1d36.zip |
Restrict tests for now per bug #362215.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gegl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.1.6.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index dd26bb6502eb..5263c81cca76 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,9 @@ # 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.49 2011/04/10 10:59:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.50 2011/04/15 11:24:51 scarabeus Exp $ + + 15 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild: + Restrict tests for now per bug #362215. 10 Apr 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gegl-0.1.6.ebuild: x86 stable wrt bug #360595 diff --git a/media-libs/gegl/gegl-0.1.6.ebuild b/media-libs/gegl/gegl-0.1.6.ebuild index f9ad548f3cbf..aee4baa41964 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.13 2011/04/10 10:59:06 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.14 2011/04/15 11:24:51 scarabeus Exp $ EAPI=4 @@ -38,6 +38,10 @@ DEPEND=">=media-libs/babl-0.1.4 v4l? ( media-libs/libv4l )" RDEPEND="${DEPEND}" +# tests fail in various ways: +# see bug #362215 +RESTRICT="test" + src_prepare() { # upstream bug report: # https://bugzilla.gnome.org/show_bug.cgi?id=642494 |