diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-15 10:02:24 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-15 10:02:24 +0000 |
commit | 2302e033d53fecf810171b34245e1b73b625e6e9 (patch) | |
tree | ac64d8c8af4c59fda4604ad42f88ea62fbe2b965 /www-plugins | |
parent | Version bump (diff) | |
download | gentoo-2-2302e033d53fecf810171b34245e1b73b625e6e9.tar.gz gentoo-2-2302e033d53fecf810171b34245e1b73b625e6e9.tar.bz2 gentoo-2-2302e033d53fecf810171b34245e1b73b625e6e9.zip |
Move dependencies for nsplugin building to RDEPEND, bug #408259.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.10-r2.ebuild | 14 |
2 files changed, 12 insertions, 8 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 5465d6b3751e..b744a31462f2 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.81 2012/03/14 22:18:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.82 2012/03/15 10:02:24 chithanh Exp $ + + 15 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.10-r2.ebuild: + Move dependencies for nsplugin building to RDEPEND, bug #408259. *gnash-0.8.10-r2 (14 Mar 2012) diff --git a/www-plugins/gnash/gnash-0.8.10-r2.ebuild b/www-plugins/gnash/gnash-0.8.10-r2.ebuild index 9a63ac330438..6a3093d1a4e9 100644 --- a/www-plugins/gnash/gnash-0.8.10-r2.ebuild +++ b/www-plugins/gnash/gnash-0.8.10-r2.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/gnash/gnash-0.8.10-r2.ebuild,v 1.1 2012/03/14 22:18:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10-r2.ebuild,v 1.2 2012/03/15 10:02:24 chithanh Exp $ EAPI=4 CMAKE_REQUIRED="never" @@ -90,12 +90,6 @@ RDEPEND=">=dev-libs/boost-1.41.0 openvg? ( media-libs/mesa[openvg] ) - nsplugin? ( - || ( - net-misc/npapi-sdk - >=net-libs/xulrunner-1.9.2:1.9 - ) - ) sdl? ( media-libs/libsdl[X] ) sdl-sound? ( media-libs/libsdl ) media-libs/speex[ogg] @@ -112,6 +106,12 @@ DEPEND="${RDEPEND} dev-util/pkgconfig nls? ( sys-devel/gettext ) gnome? ( app-text/rarian ) + nsplugin? ( + || ( + net-misc/npapi-sdk + >=net-libs/xulrunner-1.9.2:1.9 + ) + ) test? ( dev-util/dejagnu )" # Tests hang with sandbox, bug #321017 RESTRICT="test" |