summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-01-11 10:22:03 +0000
committerMichał Górny <mgorny@gentoo.org>2014-01-11 10:22:03 +0000
commit6cbe385a4bc90d3320f8fa939b71107015cc73c7 (patch)
tree3a21a0b689289eccc99fa4e1baec3bb5906f4c74 /www-plugins
parentCleanup. (diff)
downloadgentoo-2-6cbe385a4bc90d3320f8fa939b71107015cc73c7.tar.gz
gentoo-2-6cbe385a4bc90d3320f8fa939b71107015cc73c7.tar.bz2
gentoo-2-6cbe385a4bc90d3320f8fa939b71107015cc73c7.zip
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!)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/lightspark/ChangeLog7
-rw-r--r--www-plugins/lightspark/lightspark-0.7.2-r1.ebuild9
2 files changed, 11 insertions, 5 deletions
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 <mgorny@gentoo.org> 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 <chithanh@gentoo.org>
+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.4
+ >=sys-devel/llvm-3
+ )
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/libX11