diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-02-07 19:04:18 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-02-07 19:04:18 +0000 |
commit | f17f5318a1f914edc48b2818fbe7b90eff312e87 (patch) | |
tree | 8417c035c2855958bdcf3bcc7ee1e025c9948915 /app-sci | |
parent | Digests are missing and package seems to be borking for a lot of people. (diff) | |
download | historical-f17f5318a1f914edc48b2818fbe7b90eff312e87.tar.gz historical-f17f5318a1f914edc48b2818fbe7b90eff312e87.tar.bz2 historical-f17f5318a1f914edc48b2818fbe7b90eff312e87.zip |
little bugfix
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/zetagrid/zetagrid-1.0-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-sci/zetagrid/zetagrid-1.0-r2.ebuild b/app-sci/zetagrid/zetagrid-1.0-r2.ebuild index 9c83dca51d8c..a44c1ac751a7 100644 --- a/app-sci/zetagrid/zetagrid-1.0-r2.ebuild +++ b/app-sci/zetagrid/zetagrid-1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.0-r2.ebuild,v 1.1 2003/02/03 16:54:41 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.0-r2.ebuild,v 1.2 2003/02/07 19:04:18 tantive Exp $ S=${WORKDIR}/zetagrid-${PV} DESCRIPTION="An open source and platform independent grid system" @@ -9,7 +9,8 @@ HOMEPAGE="http://www.zetagrid.net http://cvs.gentoo.org/~tantive" IUSE="" DEPEND="virtual/glibc" -RDEPEND="virtual/jre" +RDEPEND="virtual/jre + >=sys-libs/lib-compat-1.1" SLOT="0" LICENSE="unknown" KEYWORDS="x86 ~ppc ~sparc ~alpha" |