diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-10-23 13:30:07 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-10-23 13:30:07 +0000 |
commit | adb4788af4a02a1972a2f19c8fb811c40ff37581 (patch) | |
tree | 6ece77e58044ec33db9f39229ef4e5b3ca9183ad /app-office | |
parent | Fix typo (diff) | |
download | gentoo-2-adb4788af4a02a1972a2f19c8fb811c40ff37581.tar.gz gentoo-2-adb4788af4a02a1972a2f19c8fb811c40ff37581.tar.bz2 gentoo-2-adb4788af4a02a1972a2f19c8fb811c40ff37581.zip |
Small error fixed
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/Manifest | 2 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.0-r1.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index 693f419cc689..9955f37d096b 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -1,7 +1,7 @@ MD5 e3ec4a70395943b59adad7fc4f0538d7 metadata.xml 461 MD5 3da9fcc0c891ba47c85cfd22a2b36721 ChangeLog 11250 MD5 7564812fd1fe3da72c7bf49ca9df4f6d openoffice-1.0.3-r1.ebuild 21884 -MD5 e8532f4398bbbd1400716cdf2dc04990 openoffice-1.1.0-r1.ebuild 19842 +MD5 5237221553ce26880a7f636db38c8f4f openoffice-1.1.0-r1.ebuild 19841 MD5 4404328b62ac96012b5568eac78d654f openoffice-1.1.0.ebuild 19772 MD5 9d1828c128b70f1612c0c31b69719a26 files/digest-openoffice-1.1.0-r1 195 MD5 9d1828c128b70f1612c0c31b69719a26 files/digest-openoffice-1.1.0 195 diff --git a/app-office/openoffice/openoffice-1.1.0-r1.ebuild b/app-office/openoffice/openoffice-1.1.0-r1.ebuild index c28f322cd22b..c097668bded5 100644 --- a/app-office/openoffice/openoffice-1.1.0-r1.ebuild +++ b/app-office/openoffice/openoffice-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r1.ebuild,v 1.6 2003/10/23 10:59:01 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.0-r1.ebuild,v 1.7 2003/10/23 13:30:03 pauldv Exp $ # IMPORTANT: This is extremely alpha!!! @@ -148,8 +148,7 @@ set_languages () { fi case "$LANGUAGE" in - 01 | ENUS ) LANGNO=01; LANGNAME=ENUS; LFULLNAME="US English (default -)" + 01 | ENUS ) LANGNO=01; LANGNAME=ENUS; LFULLNAME="US English (default)" ;; 03 | PORT ) LANGNO=03; LANGNAME=PORT; LFULLNAME=Portuguese ;; |