diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-05 20:50:46 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-05 20:50:46 +0000 |
commit | 7293cff813970155c8d58b4560c3e752fc60cb4a (patch) | |
tree | b183b3f93769bf16027ce37f29044644b2f1743b /media-gfx | |
parent | Revision bump: EAPI 5, add ~x86 keyword (diff) | |
download | gentoo-2-7293cff813970155c8d58b4560c3e752fc60cb4a.tar.gz gentoo-2-7293cff813970155c8d58b4560c3e752fc60cb4a.tar.bz2 gentoo-2-7293cff813970155c8d58b4560c3e752fc60cb4a.zip |
Restricting tests, wrt bugs #439790 and #447908
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/opencolorio/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/opencolorio/opencolorio-1.0.7.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-gfx/opencolorio/ChangeLog b/media-gfx/opencolorio/ChangeLog index 3721e7f30dbb..ce5702011e92 100644 --- a/media-gfx/opencolorio/ChangeLog +++ b/media-gfx/opencolorio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/opencolorio -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencolorio/ChangeLog,v 1.5 2012/11/26 11:21:33 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencolorio/ChangeLog,v 1.6 2013/01/05 20:50:46 pinkbyte Exp $ + + 05 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> opencolorio-1.0.7.ebuild: + Restricting tests, wrt bugs #439790 and #447908 26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> opencolorio-1.0.7.ebuild: Stable for amd64, wrt bug #444764 diff --git a/media-gfx/opencolorio/opencolorio-1.0.7.ebuild b/media-gfx/opencolorio/opencolorio-1.0.7.ebuild index 577dda33611c..dca40398aa2b 100644 --- a/media-gfx/opencolorio/opencolorio-1.0.7.ebuild +++ b/media-gfx/opencolorio/opencolorio-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencolorio/opencolorio-1.0.7.ebuild,v 1.4 2012/11/26 11:21:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/opencolorio/opencolorio-1.0.7.ebuild,v 1.5 2013/01/05 20:50:46 pinkbyte Exp $ EAPI=4 @@ -38,6 +38,9 @@ DEPEND="${RDEPEND} # Documentation building requires Python bindings building REQUIRED_USE="doc? ( python )" +# Restricting tests, bugs #439790 and #447908 +RESTRICT="test" + pkg_setup() { if use python; then python_set_active_version 2 |