diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-08 20:24:38 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-09-08 20:24:38 +0000 |
commit | 771045d6a3d666508ade72abf8c0e2c97ae2f3c1 (patch) | |
tree | 4b323c061d0aff6d53c318fce74fb424eda839ed /www-client | |
parent | Fixed bug #142703 (diff) | |
download | gentoo-2-771045d6a3d666508ade72abf8c0e2c97ae2f3c1.tar.gz gentoo-2-771045d6a3d666508ade72abf8c0e2c97ae2f3c1.tar.bz2 gentoo-2-771045d6a3d666508ade72abf8c0e2c97ae2f3c1.zip |
Remove firefox use flag, make dep require firefox 1.5
(Portage version: 2.1.1_rc1-r6)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/epiphany/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.16.0.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 3b67b0e6e00b..dde812031db3 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/epiphany # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.82 2006/09/08 20:04:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.83 2006/09/08 20:24:38 dang Exp $ + + 08 Sep 2006; Daniel Gryniewicz <dang@gentoo.org> epiphany-2.16.0.ebuild: + Remove firefox use flag, make dep require firefox 1.5 08 Sep 2006; Markus Rothe <corsair@gentoo.org> epiphany-2.16.0.ebuild: Removed ~ppc64, no firefox on ppc64 available; bug #146851 diff --git a/www-client/epiphany/epiphany-2.16.0.ebuild b/www-client/epiphany/epiphany-2.16.0.ebuild index c61424000ccc..b3b128d59068 100644 --- a/www-client/epiphany/epiphany-2.16.0.ebuild +++ b/www-client/epiphany/epiphany-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.0.ebuild,v 1.2 2006/09/08 20:04:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.16.0.ebuild,v 1.3 2006/09/08 20:24:38 dang Exp $ inherit eutils gnome2 multilib autotools @@ -10,9 +10,8 @@ HOMEPAGE="http://www.gnome.org/projects/epiphany/" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="doc firefox python" +IUSE="doc python" -# require firefox on sparc and ia64, seamonkey on ppc64 RDEPEND=">=dev-libs/glib-2.12 >=x11-libs/gtk+-2.10 >=dev-libs/libxml2-2.6.12 @@ -25,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.12 >=x11-libs/startup-notification-0.5 >=gnome-base/gconf-2 >=app-text/iso-codes-0.35 - >=www-client/mozilla-firefox-1.5 + =www-client/mozilla-firefox-1.5* >=sys-apps/dbus-0.35 python? ( >=dev-lang/python-2.3 |