diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-12-23 00:07:59 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-12-23 00:07:59 +0000 |
commit | 9bdda3fbb43bf3c90c7edfb82fb7f9f1b216540b (patch) | |
tree | 21d4e57ce302bab88d80da83e08fcf8e34c91d04 /www-plugins/lightspark | |
parent | removed deprecaded package (diff) | |
download | gentoo-2-9bdda3fbb43bf3c90c7edfb82fb7f9f1b216540b.tar.gz gentoo-2-9bdda3fbb43bf3c90c7edfb82fb7f9f1b216540b.tar.bz2 gentoo-2-9bdda3fbb43bf3c90c7edfb82fb7f9f1b216540b.zip |
Add missing boost dependency, bug #349397
(Portage version: 2.2.0_alpha7/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.4.5.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index 65b24bea514c..e0fc4f72a9a1 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/lightspark # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.22 2010/12/21 14:53:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.23 2010/12/23 00:07:59 chithanh Exp $ + + 23 Dec 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + lightspark-0.4.5.1.ebuild: + Add missing boost dependency, bug #349397 *lightspark-0.4.5.1 (21 Dec 2010) diff --git a/www-plugins/lightspark/lightspark-0.4.5.1.ebuild b/www-plugins/lightspark/lightspark-0.4.5.1.ebuild index 593efa97ebe0..0b3cdad90895 100644 --- a/www-plugins/lightspark/lightspark-0.4.5.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.4.5.1.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/lightspark/lightspark-0.4.5.1.ebuild,v 1.1 2010/12/21 14:53:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.5.1.ebuild,v 1.2 2010/12/23 00:07:59 chithanh Exp $ EAPI=3 inherit cmake-utils nsplugins multilib versionator @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="nsplugin pulseaudio" RDEPEND="dev-cpp/libxmlpp:2.6 + >=dev-libs/boost-1.42 dev-libs/libpcre[cxx] media-fonts/liberation-fonts media-video/ffmpeg |