diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-24 14:01:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-24 14:01:19 +0000 |
commit | 57dcb309cfb241dfeba785767d6b17129c8d33b3 (patch) | |
tree | 3e22b45b3c7a0cb344e665656300906d09758723 /www-plugins/gnash | |
parent | Fix building with recent glibc wrt #334147 by William Keaney. (diff) | |
download | gentoo-2-57dcb309cfb241dfeba785767d6b17129c8d33b3.tar.gz gentoo-2-57dcb309cfb241dfeba785767d6b17129c8d33b3.tar.bz2 gentoo-2-57dcb309cfb241dfeba785767d6b17129c8d33b3.zip |
Block compilation against older boost, bug #334259.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/gnash')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.8.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 28b6d5071948..69cba7464f1c 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.42 2010/08/23 22:50:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.43 2010/08/24 14:01:19 chithanh Exp $ + + 24 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.8.ebuild: + Block compilation against older boost, bug #334259 23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.8.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.8.ebuild b/www-plugins/gnash/gnash-0.8.8.ebuild index f268b43f4b32..ab138deb80bb 100644 --- a/www-plugins/gnash/gnash-0.8.8.ebuild +++ b/www-plugins/gnash/gnash-0.8.8.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/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.2 2010/08/23 22:50:14 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.3 2010/08/24 14:01:19 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -25,7 +25,8 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="+agg cairo cygnal dbus doc fbcon +ffmpeg gnome gstreamer gtk kde lirc mysql +nls nsplugin opengl openssl python +sdl sdl-sound ssh test vaapi video_cards_intel xv" -RDEPEND=">=dev-libs/boost-1.35.0 +RDEPEND=">=dev-libs/boost-1.41.0 + !!dev-libs/boost:0 dev-libs/expat dev-libs/libxml2 media-libs/jpeg |