diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-05 08:45:07 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-05 08:45:07 +0000 |
commit | 5230c81120cdab0da7b0b4a990036e999db74aee (patch) | |
tree | d293154891ba4a3e96219fda241037807723c158 /media-gfx | |
parent | Fix missing USE="threads" depend for x11-libs/fltk wrt #297699. Fix building ... (diff) | |
download | gentoo-2-5230c81120cdab0da7b0b4a990036e999db74aee.tar.gz gentoo-2-5230c81120cdab0da7b0b4a990036e999db74aee.tar.bz2 gentoo-2-5230c81120cdab0da7b0b4a990036e999db74aee.zip |
Revert part of last commit.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/aqsis/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/aqsis/aqsis-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/media-gfx/aqsis/ChangeLog b/media-gfx/aqsis/ChangeLog index cc9e3c2e9a17..e4b86c1d7a0b 100644 --- a/media-gfx/aqsis/ChangeLog +++ b/media-gfx/aqsis/ChangeLog @@ -1,12 +1,11 @@ # ChangeLog for media-gfx/aqsis # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/aqsis/ChangeLog,v 1.23 2011/11/05 08:40:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aqsis/ChangeLog,v 1.24 2011/11/05 08:45:07 ssuominen Exp $ 05 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> aqsis-1.6.0.ebuild: - Fix missing USE="threads" depend for x11-libs/fltk wrt #297699. Fix building - with recent boost and gcc by using Debian patchset wrt bugs #362625 and - #362939. Thanks to Diego Elio Pettenò and Sebastian Luther for reporting - these issues. + Fix building with recent boost and gcc by using Debian patchset wrt bugs + #362625 and #362939. Thanks to Diego Elio Pettenò and Sebastian Luther + for reporting these issues. 22 Mar 2011; Justin Lecher <jlec@gentoo.org> aqsis-1.6.0.ebuild: Restrict fltk version being able to return includedir diff --git a/media-gfx/aqsis/aqsis-1.6.0.ebuild b/media-gfx/aqsis/aqsis-1.6.0.ebuild index 00d61686f509..ff8ca9ba7bbf 100644 --- a/media-gfx/aqsis/aqsis-1.6.0.ebuild +++ b/media-gfx/aqsis/aqsis-1.6.0.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-gfx/aqsis/aqsis-1.6.0.ebuild,v 1.4 2011/11/05 08:40:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/aqsis/aqsis-1.6.0.ebuild,v 1.5 2011/11/05 08:45:07 ssuominen Exp $ EAPI=2 @@ -32,7 +32,7 @@ RDEPEND=" >=dev-libs/boost-1.34.0 >=media-libs/tiff-3.7.1 >=sys-libs/zlib-1.1.4 - fltk? ( >=x11-libs/fltk-1.1.10-r2:1[threads] ) + fltk? ( >=x11-libs/fltk-1.1.10-r2:1 ) openexr? ( media-libs/openexr )" DEPEND=" |