diff options
author | Joseph Jezak <josejx@gentoo.org> | 2007-09-02 17:44:19 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2007-09-02 17:44:19 +0000 |
commit | bf5d322b1834be4228ee0898fcbde447341989f6 (patch) | |
tree | 24776bffde0f36f9a26186637d9386c219b56b64 /net-www | |
parent | Stable for HPPA (bug #170861). (diff) | |
download | gentoo-2-bf5d322b1834be4228ee0898fcbde447341989f6.tar.gz gentoo-2-bf5d322b1834be4228ee0898fcbde447341989f6.tar.bz2 gentoo-2-bf5d322b1834be4228ee0898fcbde447341989f6.zip |
Added xulrunner to mplayerplug-in as an alternative to the mozilla apps for bug #189027.
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 21e01511dd47..3e8ea9d3bfcd 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mplayerplug-in # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.96 2007/08/10 10:37:42 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.97 2007/09/02 17:44:19 josejx Exp $ + + 02 Sep 2007; Joseph Jezak <josejx@gentoo.org> mplayerplug-in-3.45.ebuild: + Added xulrunner to mplayerplug-in as an alternative to the mozilla apps for + bug #189027. *mplayerplug-in-3.45 (10 Aug 2007) diff --git a/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild b/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild index 6b73542eb4f6..ebf0cd4dbbf4 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.45.ebuild,v 1.1 2007/08/10 10:37:42 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-3.45.ebuild,v 1.2 2007/09/02 17:44:19 josejx Exp $ inherit eutils multilib @@ -20,6 +20,7 @@ DEPEND=" || ( www-client/mozilla-firefox www-client/seamonkey www-client/epiphany + net-libs/xulrunner ) || ( ( x11-libs/libXpm x11-proto/xextproto |