diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-26 23:10:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-09-26 23:10:02 +0000 |
commit | a347fc75e289da40de3e401249ccd1caa8cb8009 (patch) | |
tree | 81c1a88eada54cd735c3fbe2c549d0377f119def /media-libs/lcms | |
parent | Reverted to SLOT=0 since SLOTting requires a bit more thought about installin... (diff) | |
download | gentoo-2-a347fc75e289da40de3e401249ccd1caa8cb8009.tar.gz gentoo-2-a347fc75e289da40de3e401249ccd1caa8cb8009.tar.bz2 gentoo-2-a347fc75e289da40de3e401249ccd1caa8cb8009.zip |
The test failure is not related to gcc afterall.
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/lcms')
-rw-r--r-- | media-libs/lcms/lcms-2.0a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/lcms/lcms-2.0a.ebuild b/media-libs/lcms/lcms-2.0a.ebuild index ebc47092c00c..aaedd0a296bb 100644 --- a/media-libs/lcms/lcms-2.0a.ebuild +++ b/media-libs/lcms/lcms-2.0a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild,v 1.10 2010/09/04 14:51:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.0a.ebuild,v 1.11 2010/09/26 23:10:02 ssuominen Exp $ EAPI=2 inherit libtool @@ -18,7 +18,7 @@ DEPEND="jpeg? ( virtual/jpeg ) tiff? ( media-libs/tiff ) zlib? ( sys-libs/zlib )" -RESTRICT="test" # Segment maxima GBD test fails with gcc-4.4, but not with gcc-4.5 +RESTRICT="test" # Segment maxima GBD test fails randomly S=${WORKDIR}/${P/a} |