diff options
author | 2005-04-08 18:48:30 +0000 | |
---|---|---|
committer | 2005-04-08 18:48:30 +0000 | |
commit | 86a8f608d3bc1e8d4714aeaa22cd8ad167a92e14 (patch) | |
tree | 66ce19866621c12386c72d390297bc32a4e49c2d /www-client/epiphany | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-86a8f608d3bc1e8d4714aeaa22cd8ad167a92e14.tar.gz gentoo-2-86a8f608d3bc1e8d4714aeaa22cd8ad167a92e14.tar.bz2 gentoo-2-86a8f608d3bc1e8d4714aeaa22cd8ad167a92e14.zip |
fix some deps, thanks to bug 88382
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-1.6.0-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 5c246aa07268..5597aef0a7fb 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/epiphany # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.5 2005/03/28 02:54:09 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.6 2005/04/08 18:48:30 joem Exp $ + + 08 Apr 2005; Joe McCann <joem@gentoo.org> epiphany-1.6.0-r3.ebuild: + fix some deps, thanks to bug 88382 *epiphany-1.6.0-r3 (28 Mar 2005) diff --git a/www-client/epiphany/epiphany-1.6.0-r3.ebuild b/www-client/epiphany/epiphany-1.6.0-r3.ebuild index ecb573250908..0016e2cb12da 100644 --- a/www-client/epiphany/epiphany-1.6.0-r3.ebuild +++ b/www-client/epiphany/epiphany-1.6.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.6.0-r3.ebuild,v 1.1 2005/03/28 02:54:09 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.6.0-r3.ebuild,v 1.2 2005/04/08 18:48:30 joem Exp $ inherit eutils gnome2 @@ -22,7 +22,8 @@ RDEPEND=">=dev-libs/glib-2.6 >=gnome-base/libglade-2.3.1 >=gnome-base/libbonoboui-2.2 >=gnome-base/orbit-2 - >=gnome-base/gnome-vfs-2.3.1 + >=gnome-base/gnome-vfs-2.9.2 + >=gnome-base/gnome-desktop-2.9.91 || ( >=www-client/mozilla-1.7.3 >=www-client/mozilla-firefox-1.0.2-r1 ) >=x11-themes/gnome-icon-theme-2.9.3 @@ -56,4 +57,3 @@ src_unpack() { epatch ${FILESDIR}/${P}-view_source.patch } - |