summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-06-22 02:24:18 +0000
committerMart Raudsepp <leio@gentoo.org>2008-06-22 02:24:18 +0000
commite50047d3f923d556379e949ab8d518732874a142 (patch)
treedbfd7e573711862a466077a48411f02951dde2c6 /www-client/epiphany
parentUpdate mplayer mask (diff)
downloadgentoo-2-e50047d3f923d556379e949ab8d518732874a142.tar.gz
gentoo-2-e50047d3f923d556379e949ab8d518732874a142.tar.bz2
gentoo-2-e50047d3f923d556379e949ab8d518732874a142.zip
Add back accidentally lost enchant dependency for spellchecking, bug 228817; Reintroduce sandbox error workaround, bug 228589
(Portage version: 2.1.5.6)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r--www-client/epiphany/ChangeLog6
-rw-r--r--www-client/epiphany/epiphany-2.22.2-r10.ebuild7
2 files changed, 11 insertions, 2 deletions
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 <leio@gentoo.org> 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
}