diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-29 14:25:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-29 14:25:41 +0000 |
commit | 2e857a138812305315ff8576dcdef92b7bd1b24f (patch) | |
tree | 5943373f79501f3c11fe608068777ea698b32207 /app-office/mozilla-sunbird | |
parent | Version bump, bug #182787 (diff) | |
download | gentoo-2-2e857a138812305315ff8576dcdef92b7bd1b24f.tar.gz gentoo-2-2e857a138812305315ff8576dcdef92b7bd1b24f.tar.bz2 gentoo-2-2e857a138812305315ff8576dcdef92b7bd1b24f.zip |
typo
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-office/mozilla-sunbird')
-rw-r--r-- | app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild b/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild index d8ab85003281..8e064c5c56f8 100644 --- a/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild +++ b/app-office/mozilla-sunbird/mozilla-sunbird-0.5.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/mozilla-sunbird/mozilla-sunbird-0.5.ebuild,v 1.1 2007/06/29 14:22:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.5.ebuild,v 1.2 2007/06/29 14:25:41 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -87,7 +87,6 @@ src_unpack() { unpack ${A%bz2*}bz2 linguas - linguas for X in ${linguas}; do [[ ${X} != "en" ]] && xpi_unpack "${P}-${X}.xpi" done |