summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2013-06-10 12:42:40 +0000
committerJory Pratt <anarchy@gentoo.org>2013-06-10 12:42:40 +0000
commitb04d3aff5b78dbf8d1866012d594914b6a31482f (patch)
tree65a6c25d8938bed58fc426e93475e703dc41ed71 /www-client
parentDefine DICTPATH so system dictionaries are used (diff)
downloadgentoo-2-b04d3aff5b78dbf8d1866012d594914b6a31482f.tar.gz
gentoo-2-b04d3aff5b78dbf8d1866012d594914b6a31482f.tar.bz2
gentoo-2-b04d3aff5b78dbf8d1866012d594914b6a31482f.zip
Define DICTPATH so system dictionaries are used
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/ChangeLog5
-rw-r--r--www-client/firefox/firefox-17.0.6-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog
index 13098e54a486..e978878c571f 100644
--- a/www-client/firefox/ChangeLog
+++ b/www-client/firefox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/firefox
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.246 2013/06/10 04:04:55 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.247 2013/06/10 12:42:40 anarchy Exp $
+
+ 10 Jun 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-17.0.6-r1.ebuild:
+ Define DICTPATH so system dictionaries are used
10 Jun 2013; Jory A. Pratt <anarchy@gentoo.org> firefox-21.0.ebuild:
Fix http url
diff --git a/www-client/firefox/firefox-17.0.6-r1.ebuild b/www-client/firefox/firefox-17.0.6-r1.ebuild
index 609cf105c64d..7cb6bfa4ce7d 100644
--- a/www-client/firefox/firefox-17.0.6-r1.ebuild
+++ b/www-client/firefox/firefox-17.0.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.6-r1.ebuild,v 1.1 2013/06/10 03:58:34 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-17.0.6-r1.ebuild,v 1.2 2013/06/10 12:42:40 anarchy Exp $
EAPI="3"
VIRTUALX_REQUIRED="pgo"
@@ -284,6 +284,7 @@ src_compile() {
src_install() {
MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
+ DICTPATH="\"${EPREFIX}/usr/share/myspell\""
# MOZ_BUILD_ROOT, and hence OBJ_DIR change depending on arch, compiler, pgo, etc.
local obj_dir="$(echo */config.log)"