diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-12-22 23:58:23 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-12-22 23:58:23 +0000 |
commit | c0d1c245369744a8c82667798003bbab1497e351 (patch) | |
tree | 8477a37ac288bc5401f5c801f5266129b6e54432 /sci-misc/netlogo-bin | |
parent | Fix tests with Python 2.6 (bug #298032). Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-c0d1c245369744a8c82667798003bbab1497e351.tar.gz gentoo-2-c0d1c245369744a8c82667798003bbab1497e351.tar.bz2 gentoo-2-c0d1c245369744a8c82667798003bbab1497e351.zip |
Update jre dep to 1.5 (fixes bug #296905). Remove jdk dep, -bin packages don't need it.
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/netlogo-bin')
-rw-r--r-- | sci-misc/netlogo-bin/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog index ec52b875d9e4..6153f6e9011c 100644 --- a/sci-misc/netlogo-bin/ChangeLog +++ b/sci-misc/netlogo-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/netlogo-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.11 2009/11/03 20:36:14 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.12 2009/12/22 23:58:23 caster Exp $ + + 22 Dec 2009; Vlastimil Babka <caster@gentoo.org> netlogo-bin-4.0.4.ebuild: + Update jre dep to 1.5 (fixes bug #296905). Remove jdk dep, -bin packages + don't need it. *netlogo-bin-4.0.4 (03 Nov 2009) diff --git a/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild index aa8d866dfca8..8b71df1819cf 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild,v 1.1 2009/11/03 20:36:14 vostorga Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild,v 1.2 2009/12/22 23:58:23 caster Exp $ inherit eutils java-pkg-2 #RESTRICT="fetch" @@ -13,10 +13,8 @@ SRC_URI="http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz" LICENSE="netlogo" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-arch/unzip - >=virtual/jdk-1.4" - -RDEPEND=">=virtual/jre-1.4" +DEPEND="" +RDEPEND=">=virtual/jre-1.5" IUSE="" |