summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2007-01-08 12:38:33 +0000
committerAndreas Proschofsky <suka@gentoo.org>2007-01-08 12:38:33 +0000
commitaee787b0cc42900154c38d6855c0ac80729aca82 (patch)
treeca6bed0763973908fe9c482e3825da5386ecd874 /app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
parentStable on sparc wrt security #154389 (diff)
downloadhistorical-aee787b0cc42900154c38d6855c0ac80729aca82.tar.gz
historical-aee787b0cc42900154c38d6855c0ac80729aca82.tar.bz2
historical-aee787b0cc42900154c38d6855c0ac80729aca82.zip
Fix location of language packs
Package-Manager: portage-2.1.2_rc4-r7
Diffstat (limited to 'app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild')
-rw-r--r--app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild b/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
index b82e1648f8de..056ee6b5613a 100644
--- a/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild,v 1.4 2007/01/07 05:12:39 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.1.0.ebuild,v 1.5 2007/01/08 12:38:33 suka Exp $
inherit eutils fdo-mime rpm multilib
@@ -20,7 +20,7 @@ SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}_LinuxIntel_install_en-US.tar
LANGS1="af as_IN be_BY bg bs ca cs cy da de el en en_GB"
for X in ${LANGS1} ; do
- [ ${X} != "en" ] && SRC_URI="${SRC_URI} linguas_${X}? ( http://oootranslation.services.openoffice.org/pub/OpenOffice.org/${MY_PV}/OOo_${MY_PV1}_LinuxIntel_langpack_${X/_/-}.tar.gz )"
+ [ ${X} != "en" ] && SRC_URI="${SRC_URI} linguas_${X}? ( http://rsync.services.openoffice.org/pub/OpenOffice.org/extended/${MY_PV}/OOo_${MY_PV1}_LinuxIntel_langpack_${X/_/-}.tar.gz )"
IUSE="${IUSE} linguas_${X}"
done