diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-17 21:40:31 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-17 21:40:31 +0000 |
commit | 58f4141fe4b19211011b7224e6208a58ec8a12c0 (patch) | |
tree | 469837e1568f2923d692298f8cc3ed7c6d26d52a /dev-java/icu4j/icu4j-3.6.1.ebuild | |
parent | Version bump for GNOME-2.22 - includes only translation updates (diff) | |
download | gentoo-2-58f4141fe4b19211011b7224e6208a58ec8a12c0.tar.gz gentoo-2-58f4141fe4b19211011b7224e6208a58ec8a12c0.tar.bz2 gentoo-2-58f4141fe4b19211011b7224e6208a58ec8a12c0.zip |
Add app-arch/unzip to DEPEND.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-java/icu4j/icu4j-3.6.1.ebuild')
-rw-r--r-- | dev-java/icu4j/icu4j-3.6.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-java/icu4j/icu4j-3.6.1.ebuild b/dev-java/icu4j/icu4j-3.6.1.ebuild index fe0dd2a7dd59..fc90ebd69aef 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.4 2008/03/11 08:52:09 elvanor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/icu4j/icu4j-3.6.1.ebuild,v 1.5 2008/03/17 21:40:31 betelgeuse Exp $ # We currently download the Javadoc documentation. # It could optionally be built using the Ant build file. @@ -26,7 +26,8 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" RDEPEND=">=virtual/jre-1.4" DEPEND="test? ( =virtual/jdk-1.5* ) - !test? ( >=virtual/jdk-1.4 )" + !test? ( >=virtual/jdk-1.4 ) + app-arch/unzip" IUSE="doc test" |