From 58f4141fe4b19211011b7224e6208a58ec8a12c0 Mon Sep 17 00:00:00 2001 From: Petteri Räty Date: Mon, 17 Mar 2008 21:40:31 +0000 Subject: Add app-arch/unzip to DEPEND. (Portage version: 2.1.4.4) --- dev-java/icu4j/icu4j-3.6.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-java/icu4j/icu4j-3.6.1.ebuild') 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" -- cgit v1.2.3-65-gdbad