diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-09-14 14:57:43 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-09-14 14:57:43 +0000 |
commit | ed0e95742c49764c882857e4e22800948023231d (patch) | |
tree | 422d7bedf148fc22392b8c18f9476d332e42fa5d | |
parent | Stable on sparc (diff) | |
download | gentoo-2-ed0e95742c49764c882857e4e22800948023231d.tar.gz gentoo-2-ed0e95742c49764c882857e4e22800948023231d.tar.bz2 gentoo-2-ed0e95742c49764c882857e4e22800948023231d.zip |
dep fix to work around a problem with portage -D
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | www-client/epiphany/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-1.8.0.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index dc3c84f24419..301015376452 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.39 2005/09/12 16:47:44 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.40 2005/09/14 14:57:43 foser Exp $ + + 14 Sep 2005; Marinus Schraal <foser@gentoo.org> epiphany-1.8.0.ebuild : + Remove libgnomeprint dep because it caused trouble with portage -D option *epiphany-1.8.0 (12 Sep 2005) diff --git a/www-client/epiphany/epiphany-1.8.0.ebuild b/www-client/epiphany/epiphany-1.8.0.ebuild index 3839db0cf690..a3658f1ce0e4 100644 --- a/www-client/epiphany/epiphany-1.8.0.ebuild +++ b/www-client/epiphany/epiphany-1.8.0.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.8.0.ebuild,v 1.1 2005/09/12 16:47:44 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-1.8.0.ebuild,v 1.2 2005/09/14 14:57:43 foser Exp $ inherit eutils gnome2 @@ -12,6 +12,12 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" IUSE="dbus doc firefox python" +# Note that there is no libgnomeprint dep, while it is +# specified in configure.in . This could in some rare +# situations break portage dep resolution. +# +# Marinus <foser@gentoo.org> 14-9-2005 + RDEPEND=">=dev-libs/glib-2.8 >=x11-libs/gtk+-2.8.3 >=dev-libs/libxml2-2.6.12 @@ -21,7 +27,6 @@ RDEPEND=">=dev-libs/glib-2.8 >=gnome-base/libgnomeui-2.6 >=gnome-base/gnome-desktop-2.9.91 >=x11-libs/startup-notification-0.5 - >=gnome-base/libgnomeprint-2.4 >=gnome-base/libgnomeprintui-2.4 >=gnome-base/libbonobo-2 >=gnome-base/orbit-2 |