diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-14 17:40:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-14 17:40:03 +0000 |
commit | 366969e5a8d224dcb5addfd65eff66caf16e9012 (patch) | |
tree | b2f35c832d628f7d67ecc683cd91f8a8d1a4377c /net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild | |
parent | Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* wrt... (diff) | |
download | gentoo-2-366969e5a8d224dcb5addfd65eff66caf16e9012.tar.gz gentoo-2-366969e5a8d224dcb5addfd65eff66caf16e9012.tar.bz2 gentoo-2-366969e5a8d224dcb5addfd65eff66caf16e9012.zip |
Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* wrt #213296
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild')
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild index 5c95cc9064b2..fd01597a8916 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.3 2008/02/21 18:16:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.50.ebuild,v 1.4 2008/03/14 17:40:03 armin76 Exp $ inherit eutils multilib autotools @@ -17,10 +17,10 @@ LANGS="cs da de en_US es fr hu it ja ko nb nl pl pt_BR ru sk se tr wa zh_CN" for X in ${LANGS}; do IUSE="${IUSE} linguas_${X}"; done DEPEND=" - firefox? ( www-client/mozilla-firefox ) + firefox? ( =www-client/mozilla-firefox-2* ) !firefox? ( - seamonkey? ( www-client/seamonkey ) - !seamonkey? ( net-libs/xulrunner ) + seamonkey? ( =www-client/seamonkey-1* ) + !seamonkey? ( =net-libs/xulrunner-1.8* ) ) x11-libs/libXpm x11-proto/xextproto |