diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-14 17:22:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-14 17:22:51 +0000 |
commit | f241e3a106147b2160656daa18240f697d6bc10c (patch) | |
tree | 85c1c61d01e27587dac3194e998707a2fb3b5c04 /www-client | |
parent | Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* wrt... (diff) | |
download | gentoo-2-f241e3a106147b2160656daa18240f697d6bc10c.tar.gz gentoo-2-f241e3a106147b2160656daa18240f697d6bc10c.tar.bz2 gentoo-2-f241e3a106147b2160656daa18240f697d6bc10c.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 'www-client')
3 files changed, 13 insertions, 8 deletions
diff --git a/www-client/epiphany-extensions/ChangeLog b/www-client/epiphany-extensions/ChangeLog index 13f16112382a..121ae3920516 100644 --- a/www-client/epiphany-extensions/ChangeLog +++ b/www-client/epiphany-extensions/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/epiphany-extensions # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.73 2008/03/14 15:24:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/ChangeLog,v 1.74 2008/03/14 17:22:51 armin76 Exp $ + + 14 Mar 2008; Raúl Porcel <armin76@gentoo.org> + epiphany-extensions-2.20.1.ebuild, epiphany-extensions-2.20.3.ebuild: + Fix deps on =net-libs/xulrunner-1.8* and =www-client/mozilla-firefox-2.0* + wrt #213296 14 Mar 2008; Raúl Porcel <armin76@gentoo.org> epiphany-extensions-2.20.3.ebuild: diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild index e8814bde02fa..602264145d54 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.20.1.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/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild,v 1.6 2007/12/04 20:21:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.1.ebuild,v 1.7 2008/03/14 17:22:51 armin76 Exp $ WANT_AUTOMAKE="1.10" inherit eutils gnome2 autotools @@ -21,8 +21,8 @@ RDEPEND=">=www-client/epiphany-2.20 >=gnome-base/libglade-2 app-text/opensp || ( - xulrunner? ( net-libs/xulrunner ) - >=www-client/mozilla-firefox-1.5 + xulrunner? ( =net-libs/xulrunner-1.8* ) + =www-client/mozilla-firefox-2.0* ) pcre? ( >=dev-libs/libpcre-3.9-r2 ) >=dev-libs/dbus-glib-0.71 diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild index 2e0434fc5452..e7f6792e6468 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-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/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.4 2008/03/14 15:24:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.20.3.ebuild,v 1.5 2008/03/14 17:22:51 armin76 Exp $ WANT_AUTOMAKE="1.10" inherit eutils gnome2 autotools python versionator @@ -20,8 +20,8 @@ RDEPEND=">=www-client/epiphany-2.20 gnome-base/gconf >=gnome-base/libglade-2 app-text/opensp - xulrunner? ( net-libs/xulrunner ) - !xulrunner? ( >=www-client/mozilla-firefox-1.5 ) + xulrunner? ( =net-libs/xulrunner-1.8* ) + !xulrunner? ( =www-client/mozilla-firefox-2.0* ) pcre? ( >=dev-libs/libpcre-3.9-r2 ) >=dev-libs/dbus-glib-0.71 python? ( >=dev-python/pygtk-2.11 )" |