summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-17 15:21:15 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-17 15:21:15 +0000
commit594c5be443c4b03b724273302190a94fdaf15d86 (patch)
tree54d1e46db6137bb3aa7ce035da29a080accedf65 /media-video
parentFix deps for net-libs/xulrunner and www-client/mozilla-firefox (diff)
downloadgentoo-2-594c5be443c4b03b724273302190a94fdaf15d86.tar.gz
gentoo-2-594c5be443c4b03b724273302190a94fdaf15d86.tar.bz2
gentoo-2-594c5be443c4b03b724273302190a94fdaf15d86.zip
Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/totem/ChangeLog6
-rw-r--r--media-video/totem/totem-2.18.3.ebuild10
-rw-r--r--media-video/totem/totem-2.20.3.ebuild8
3 files changed, 14 insertions, 10 deletions
diff --git a/media-video/totem/ChangeLog b/media-video/totem/ChangeLog
index e160548a79ac..f5995ff84991 100644
--- a/media-video/totem/ChangeLog
+++ b/media-video/totem/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/totem
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.204 2008/03/03 22:05:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.205 2008/03/17 15:21:15 armin76 Exp $
+
+ 17 Mar 2008; Raúl Porcel <armin76@gentoo.org> totem-2.18.3.ebuild,
+ totem-2.20.3.ebuild:
+ Fix deps for net-libs/xulrunner and www-client/mozilla-firefox
03 Mar 2008; Gilles Dartiguelongue <eva@gentoo.org> totem-2.20.3.ebuild:
fix incorrect use logic, bug #211185
diff --git a/media-video/totem/totem-2.18.3.ebuild b/media-video/totem/totem-2.18.3.ebuild
index a6e98c38d0f8..9896f1b64646 100644
--- a/media-video/totem/totem-2.18.3.ebuild
+++ b/media-video/totem/totem-2.18.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.18.3.ebuild,v 1.8 2007/11/18 11:42:46 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.18.3.ebuild,v 1.9 2008/03/17 15:21:15 armin76 Exp $
inherit autotools eutils gnome2 multilib
@@ -47,10 +47,10 @@ RDEPEND=">=dev-libs/glib-2.12
hal? ( =sys-apps/hal-0.5* )
lirc? ( app-misc/lirc )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
!xulrunner? (
- seamonkey? ( www-client/seamonkey )
- !seamonkey? ( www-client/mozilla-firefox )
+ seamonkey? ( =www-client/seamonkey-1* )
+ !seamonkey? ( =www-client/mozilla-firefox-2* )
)
>=x11-misc/shared-mime-info-0.17
>=x11-libs/startup-notification-0.8
diff --git a/media-video/totem/totem-2.20.3.ebuild b/media-video/totem/totem-2.20.3.ebuild
index 5357524c5c73..4e78fb1d73f0 100644
--- a/media-video/totem/totem-2.20.3.ebuild
+++ b/media-video/totem/totem-2.20.3.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/media-video/totem/totem-2.20.3.ebuild,v 1.8 2008/03/03 22:05:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/totem/totem-2.20.3.ebuild,v 1.9 2008/03/17 15:21:15 armin76 Exp $
inherit autotools eutils gnome2 multilib
@@ -50,9 +50,9 @@ RDEPEND=">=dev-libs/glib-2.13.4
hal? ( =sys-apps/hal-0.5* )
lirc? ( app-misc/lirc )
nsplugin? (
- xulrunner? ( net-libs/xulrunner )
- !xulrunner? ( seamonkey? ( www-client/seamonkey ) )
- !xulrunner? ( !seamonkey? ( www-client/mozilla-firefox ) )
+ xulrunner? ( =net-libs/xulrunner-1.8* )
+ !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) )
+ !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) )
>=x11-misc/shared-mime-info-0.22
>=x11-libs/startup-notification-0.8
)