From 6cbe385a4bc90d3320f8fa939b71107015cc73c7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 11 Jan 2014 10:22:03 +0000 Subject: Depend on llvm < 3.4, since 3.4 does not work. (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- www-plugins/lightspark/ChangeLog | 7 +++++-- www-plugins/lightspark/lightspark-0.7.2-r1.ebuild | 9 ++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'www-plugins') diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index b221af5793e3..c2eab9fae1d4 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-plugins/lightspark -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.54 2013/11/23 13:52:37 chithanh Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.55 2014/01/11 10:22:03 mgorny Exp $ + + 11 Jan 2014; Michał Górny lightspark-0.7.2-r1.ebuild: + Depend on llvm < 3.4, since 3.4 does not work. 23 Nov 2013; Chí-Thanh Christopher Nguyễn +files/lightspark-0.7.2-ffmpeg20.patch, lightspark-0.7.2-r1.ebuild: diff --git a/www-plugins/lightspark/lightspark-0.7.2-r1.ebuild b/www-plugins/lightspark/lightspark-0.7.2-r1.ebuild index bdd939568dd8..c07d9c33fed1 100644 --- a/www-plugins/lightspark/lightspark-0.7.2-r1.ebuild +++ b/www-plugins/lightspark/lightspark-0.7.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.7.2-r1.ebuild,v 1.2 2013/11/23 13:52:37 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.7.2-r1.ebuild,v 1.3 2014/01/11 10:22:03 mgorny Exp $ EAPI=4 inherit cmake-utils nsplugins multilib toolchain-funcs @@ -21,7 +21,10 @@ RDEPEND=">=dev-cpp/libxmlpp-2.33.1:2.6 media-libs/libpng media-libs/libsdl >=sys-devel/gcc-4.6.0[cxx] - >=sys-devel/llvm-3 + ( + =sys-devel/llvm-3 + ) x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 -- cgit v1.2.3-65-gdbad