diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-25 15:14:29 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-25 15:14:29 +0000 |
commit | b868536226a00c0281a3e344ba7dcc11cd5426e6 (patch) | |
tree | b95707342182e9dabea391affcff00726e8ec176 /media-video | |
parent | Version bump, dropped old version. (diff) | |
download | gentoo-2-b868536226a00c0281a3e344ba7dcc11cd5426e6.tar.gz gentoo-2-b868536226a00c0281a3e344ba7dcc11cd5426e6.tar.bz2 gentoo-2-b868536226a00c0281a3e344ba7dcc11cd5426e6.zip |
support xulrunner 1.9 in the deps too as it is fine now, bug #229375 and bug #213467
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/vlc/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/vlc/vlc-0.9.0_alpha20080625.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-video/vlc/ChangeLog b/media-video/vlc/ChangeLog index bfde1fceea00..770ded6224a9 100644 --- a/media-video/vlc/ChangeLog +++ b/media-video/vlc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/vlc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.344 2008/06/25 14:15:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.345 2008/06/25 15:14:29 aballier Exp $ + + 25 Jun 2008; Alexis Ballier <aballier@gentoo.org> + vlc-0.9.0_alpha20080625.ebuild: + support xulrunner 1.9 in the deps too as it is fine now, bug #229375 and + bug #213467 25 Jun 2008; Alexis Ballier <aballier@gentoo.org> vlc-0.9.0_alpha20080625.ebuild: diff --git a/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild b/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild index ac9928060141..0a0e4190e6be 100644 --- a/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild +++ b/media-video/vlc/vlc-0.9.0_alpha20080625.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/vlc/vlc-0.9.0_alpha20080625.ebuild,v 1.3 2008/06/25 14:15:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild,v 1.4 2008/06/25 15:14:29 aballier Exp $ EAPI="1" @@ -98,7 +98,7 @@ RDEPEND=" musicbrainz? ( =media-libs/musicbrainz-2* ) ncurses? ( sys-libs/ncurses ) nsplugin? ( - xulrunner? ( =net-libs/xulrunner-1.8* ) + xulrunner? ( >=net-libs/xulrunner-1.8 ) !xulrunner? ( seamonkey? ( =www-client/seamonkey-1* ) ) !xulrunner? ( !seamonkey? ( =www-client/mozilla-firefox-2* ) ) ) |