diff options
author | Keri Harris <keri@gentoo.org> | 2007-02-03 04:41:14 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2007-02-03 04:41:14 +0000 |
commit | 0f929385253c2450125259e4fe924758eab8f6b6 (patch) | |
tree | 32388935692e362efc6dc5dfbc4c0777f0fcb871 /dev-lang/yap/yap-5.1.1.ebuild | |
parent | add ~amd64, bug 164086 (diff) | |
download | gentoo-2-0f929385253c2450125259e4fe924758eab8f6b6.tar.gz gentoo-2-0f929385253c2450125259e4fe924758eab8f6b6.tar.bz2 gentoo-2-0f929385253c2450125259e4fe924758eab8f6b6.zip |
Ensure jdk VM is found for JPL package.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'dev-lang/yap/yap-5.1.1.ebuild')
-rw-r--r-- | dev-lang/yap/yap-5.1.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/yap/yap-5.1.1.ebuild b/dev-lang/yap/yap-5.1.1.ebuild index 2d3357f53b2c..6871228a3f78 100644 --- a/dev-lang/yap/yap-5.1.1.ebuild +++ b/dev-lang/yap/yap-5.1.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.9 2007/01/23 18:19:00 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-5.1.1.ebuild,v 1.10 2007/02/03 04:41:14 keri Exp $ -inherit autotools eutils +inherit autotools eutils java-pkg-opt-2 MY_P="Yap-${PV}" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ppc x86" IUSE="debug doc examples gmp java mpi mysql odbc readline static tk threads" DEPEND="gmp? ( dev-libs/gmp ) - java? ( virtual/jdk ) + java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) @@ -36,6 +36,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-analyst.patch epatch "${FILESDIR}"/${P}-myddas.patch epatch "${FILESDIR}"/${P}-tabling.patch + epatch "${FILESDIR}"/${P}-jpl.patch epatch "${FILESDIR}"/${P}-tkyap.patch } |