From e50047d3f923d556379e949ab8d518732874a142 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sun, 22 Jun 2008 02:24:18 +0000 Subject: Add back accidentally lost enchant dependency for spellchecking, bug 228817; Reintroduce sandbox error workaround, bug 228589 (Portage version: 2.1.5.6) --- www-client/epiphany/ChangeLog | 6 +++++- www-client/epiphany/epiphany-2.22.2-r10.ebuild | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'www-client') diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 531ded40a985..14c2f9e0d887 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/epiphany # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.159 2008/06/19 16:59:46 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.160 2008/06/22 02:24:18 leio Exp $ + + 22 Jun 2008; Mart Raudsepp epiphany-2.22.2-r10.ebuild: + Add back accidentally lost enchant dependency for spellchecking, bug 228817; + Reintroduce sandbox error workaround, bug 228589 *epiphany-2.22.2-r10 (19 Jun 2008) diff --git a/www-client/epiphany/epiphany-2.22.2-r10.ebuild b/www-client/epiphany/epiphany-2.22.2-r10.ebuild index dd176bc5af8a..8f677f1a521e 100644 --- a/www-client/epiphany/epiphany-2.22.2-r10.ebuild +++ b/www-client/epiphany/epiphany-2.22.2-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild,v 1.1 2008/06/19 16:59:46 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.22.2-r10.ebuild,v 1.2 2008/06/22 02:24:18 leio Exp $ inherit gnome2 eutils multilib @@ -36,6 +36,7 @@ RDEPEND=">=dev-libs/glib-2.16.0 >=dev-python/pygtk-2.7.1 >=dev-python/gnome-python-2.6 ) + spell? ( app-text/enchant ) x11-themes/gnome-icon-theme" DEPEND="${RDEPEND} app-text/scrollkeeper @@ -68,5 +69,9 @@ src_compile() { addpredict /usr/$(get_libdir)/xulrunner-1.9/components/xpti.dat.tmp addpredict /usr/$(get_libdir)/xulrunner-1.9/components/compreg.dat.tmp + # Why are these write-opened per bug 228589? + addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat + addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp + gnome2_src_compile } -- cgit v1.2.3-65-gdbad