summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-05-01 22:04:51 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-05-01 22:04:51 +0000
commitda245735a8d100dfb31aa6270e5d1ad5395f8bb1 (patch)
tree73111c6aa1039442d55464c538dee458d3b3f30c /dev-java/fastinfoset/fastinfoset-1.2.1.ebuild
parentFix DEPEND. (diff)
downloadgentoo-2-da245735a8d100dfb31aa6270e5d1ad5395f8bb1.tar.gz
gentoo-2-da245735a8d100dfb31aa6270e5d1ad5395f8bb1.tar.bz2
gentoo-2-da245735a8d100dfb31aa6270e5d1ad5395f8bb1.zip
Fix DEPEND.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-java/fastinfoset/fastinfoset-1.2.1.ebuild')
-rw-r--r--dev-java/fastinfoset/fastinfoset-1.2.1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild b/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild
index 6c0c74e01784..54fe1b004ea0 100644
--- a/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild
+++ b/dev-java/fastinfoset/fastinfoset-1.2.1.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/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild,v 1.1 2007/05/01 19:11:13 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/fastinfoset/fastinfoset-1.2.1.ebuild,v 1.2 2007/05/01 22:04:51 nelchael Exp $
JAVA_PKG_IUSE="source"
@@ -15,12 +15,14 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
+COMMON_DEP="dev-java/jsr173"
+
RDEPEND=">=virtual/jre-1.5
- dev-java/jsr173"
+ ${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
- app-arch/unzip
- ${RDEPEND}"
+ ${COMMON_DEP}
+ app-arch/unzip"
S="${WORKDIR}"