diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-14 22:24:31 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-14 22:24:31 +0000 |
commit | b6a55f7d692dd8edc8ca9f8c28c8fd489ae6b0a4 (patch) | |
tree | 50236dbd8f562ec9c0297cd0b7c3efd311ed0ef2 /www-plugins/lightspark | |
parent | Add patch to fix security bug #408209. (diff) | |
download | gentoo-2-b6a55f7d692dd8edc8ca9f8c28c8fd489ae6b0a4.tar.gz gentoo-2-b6a55f7d692dd8edc8ca9f8c28c8fd489ae6b0a4.tar.bz2 gentoo-2-b6a55f7d692dd8edc8ca9f8c28c8fd489ae6b0a4.zip |
Remove xulrunner dependency, bug #407565.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/lightspark')
-rw-r--r-- | www-plugins/lightspark/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index 8929f3bcfcb0..6516eec2ef2a 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/lightspark # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.38 2012/02/29 19:03:58 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.39 2012/03/14 22:24:31 chithanh Exp $ + + 14 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + lightspark-0.5.4.1-r1.ebuild: + Remove xulrunner dependency, bug #407565. *lightspark-0.5.4.1-r1 (29 Feb 2012) diff --git a/www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild b/www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild index d1dd11661b8c..fb2024c1bf59 100644 --- a/www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild +++ b/www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild,v 1.1 2012/02/29 19:03:58 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.5.4.1-r1.ebuild,v 1.2 2012/03/14 22:24:31 chithanh Exp $ EAPI=4 inherit cmake-utils nsplugins multilib versionator @@ -38,7 +38,6 @@ RDEPEND=">=dev-cpp/libxmlpp-2.33.1:2.6 virtual/opengl nsplugin? ( dev-libs/nspr - net-libs/xulrunner x11-libs/gtk+:2 x11-libs/gtkglext ) |