diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-02-14 10:25:38 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-02-14 10:25:38 +0000 |
commit | a36025c669afb0f9e17fd7274193fa19a19c0777 (patch) | |
tree | 1cbe29fe477ebda1b961675bc69586cdda47257b /www-client/icecat | |
parent | Remove old. (diff) | |
download | gentoo-2-a36025c669afb0f9e17fd7274193fa19a19c0777.tar.gz gentoo-2-a36025c669afb0f9e17fd7274193fa19a19c0777.tar.bz2 gentoo-2-a36025c669afb0f9e17fd7274193fa19a19c0777.zip |
Use correct language packs.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-10.0-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index e46549cf2add..fb59ee51877a 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.110 2012/02/13 17:25:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.111 2012/02/14 10:25:38 polynomial-c Exp $ + + 14 Feb 2012; Lars Wendler <polynomial-c@gentoo.org> icecat-10.0-r1.ebuild: + Use correct language packs. *icecat-10.0-r1 (13 Feb 2012) diff --git a/www-client/icecat/icecat-10.0-r1.ebuild b/www-client/icecat/icecat-10.0-r1.ebuild index 2b708a9e05e9..c05e3042c626 100644 --- a/www-client/icecat/icecat-10.0-r1.ebuild +++ b/www-client/icecat/icecat-10.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-10.0-r1.ebuild,v 1.1 2012/02/13 17:25:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-10.0-r1.ebuild,v 1.2 2012/02/14 10:25:38 polynomial-c Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -23,6 +23,7 @@ PATCH="firefox-10.0-patches-0.5" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/firefox/releases" +MOZ_LANGPACK_PREFIX="10.0.1/linux-i686/xpi/" inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools python virtualx nsplugins mozlinguas |