diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-11 18:32:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-01-11 18:32:48 +0000 |
commit | bd434a03359667ca2f0b558a2890dd3543946b35 (patch) | |
tree | a05cc044c302e2978f75ca6dfdec8c440f7864d9 /dev-java | |
parent | Stable on ppc wrt bug 197162 (diff) | |
download | gentoo-2-bd434a03359667ca2f0b558a2890dd3543946b35.tar.gz gentoo-2-bd434a03359667ca2f0b558a2890dd3543946b35.tar.bz2 gentoo-2-bd434a03359667ca2f0b558a2890dd3543946b35.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/icu4j/icu4j-3.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/icu4j/icu4j-3.6.1.ebuild b/dev-java/icu4j/icu4j-3.6.1.ebuild index 14797dbb8342..0fefbb4a79a9 100644 --- a/dev-java/icu4j/icu4j-3.6.1.ebuild +++ b/dev-java/icu4j/icu4j-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1.ebuild,v 1.1 2008/01/11 15:11:22 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1.ebuild,v 1.2 2008/01/11 18:32:48 mr_bones_ Exp $ # We currently download the Javadoc documentation. # It could optionally be built using the Ant build file. @@ -16,7 +16,7 @@ DESCRIPTION="ICU4J is a mature, widely used set of Java libraries providing Unic MY_PV=${PV//./_} SRC_URI="http://download.icu-project.org/files/${PN}/${PV}/${PN}src_${MY_PV}.jar - doc? (http://download.icu-project.org/files/${PN}/${PV}/${PN}docs_${MY_PV}.jar)" + doc? ( http://download.icu-project.org/files/${PN}/${PV}/${PN}docs_${MY_PV}.jar )" HOMEPAGE="http://www.icu-project.org/" LICENSE="icu" @@ -61,4 +61,4 @@ src_install() { src_test() { eant check -}
\ No newline at end of file +} |