--- /usr/portage/gnome-base/libgnomeprintui/libgnomeprintui-2.8.1.ebuild 2004-11-29 10:28:27.000000000 +0100 +++ libgnomeprintui-2.8.1.ebuild 2004-11-30 12:12:13.429166000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.8.1.ebuild,v 1.1 2004/11/29 09:28:27 obz Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="user interface libraries for gnome print" HOMEPAGE="http://www.gnome.org/" @@ -14,8 +14,7 @@ IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.4 =gnome-base/libgnomeprint-${PV}* - >=gnome-base/libgnomecanvas-2 - >=x11-themes/gnome-icon-theme-1.2.0" + >=gnome-base/libgnomecanvas-2" DEPEND="${RDEPEND} sys-devel/gettext @@ -23,3 +22,10 @@ DEPEND="${RDEPEND} doc? ( >=dev-util/gtk-doc-1 )" DOCS="AUTHORS ChangeLog NEWS README" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}-noicon.diff +} +