--- /usr/portage/app-text/gnomesword/gnomesword-2.3.6.ebuild 2008-08-20 04:49:38.000000000 +0300 +++ ebuilds/gnomesword-2.3.6-r1.ebuild 2008-08-21 09:06:12.000000000 +0300 @@ -10,18 +10,18 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="firefox seamonkey spell xulrunner" -RDEPEND=">=gnome-extra/gtkhtml-3.14 - =app-text/sword-1.5.11* +IUSE="firefox gtkhtml seamonkey spell xulrunner" +RDEPEND="=app-text/sword-1.5.11* >=x11-libs/gtk+-2 >=gnome-base/libgnomeui-2 >=gnome-base/libgnomeprintui-2.2 >=gnome-base/libglade-2 app-text/gnome-doc-utils dev-libs/libxml2 - xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) - !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) + gtkhtml? ( >=gnome-extra/gtkhtml-3.14 ) + !gtkhtml? ( xulrunner? ( =net-libs/xulrunner-1.8* ) ) + !gtkhtml? ( !xulrunner? ( firefox? ( =www-client/mozilla-firefox-2* ) ) ) + !gtkhtml? ( !xulrunner? ( !firefox? ( seamonkey? ( =www-client/seamonkey-1* ) ) ) ) spell? ( app-text/gnome-spell >=gnome-base/libbonoboui-2 )" @@ -31,7 +31,7 @@ >=app-text/scrollkeeper-0.3.14" pkg_setup() { - G2CONF="${G2CONF} $(use_enable spell pspell)" + G2CONF="${G2CONF} $(use_enable spell pspell) $(use_enable gtkhtml)" DOCS="NEWS ChangeLog README TODO" }