summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-01-15 10:37:14 +0000
committerMichał Górny <mgorny@gentoo.org>2011-01-15 10:37:14 +0000
commitfa915f2d525d236fc21e361aac49af2debc226bf (patch)
tree88ffe3342365bae1974748d5da95247135010c0c /www-plugins/mozplugger/mozplugger-1.14.2.ebuild
parentx86 stable wrt bug #351490 (diff)
downloadgentoo-2-fa915f2d525d236fc21e361aac49af2debc226bf.tar.gz
gentoo-2-fa915f2d525d236fc21e361aac49af2debc226bf.tar.bz2
gentoo-2-fa915f2d525d236fc21e361aac49af2debc226bf.zip
Drop the xulrunner dependency as mozplugger bundles the necessary NPAPI headers. This fixes bugs #336385 and #233969. Approved by Jory A. Pratt.
(Portage version: 2.2.0_alpha15_p1/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/mozplugger/mozplugger-1.14.2.ebuild')
-rw-r--r--www-plugins/mozplugger/mozplugger-1.14.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/www-plugins/mozplugger/mozplugger-1.14.2.ebuild b/www-plugins/mozplugger/mozplugger-1.14.2.ebuild
index 953eea32f523..b4c2f528c24c 100644
--- a/www-plugins/mozplugger/mozplugger-1.14.2.ebuild
+++ b/www-plugins/mozplugger/mozplugger-1.14.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.2.ebuild,v 1.2 2010/12/04 14:43:32 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.2.ebuild,v 1.3 2011/01/15 10:37:14 mgorny Exp $
EAPI=2
inherit eutils multilib toolchain-funcs
@@ -15,8 +15,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- net-libs/xulrunner:1.9"
+DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}-1.14.2-fix-nsplugin-install.patch"