diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-04 12:57:46 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-04 12:57:46 +0000 |
commit | b8e9b830842bf97d7d5f255229b652a7f465c324 (patch) | |
tree | ab5fec81d7692d2d304a79b3a62650e75fdf9061 /sci-misc | |
parent | Always use autotools eclass, and force latest autoconf/automake versions, clo... (diff) | |
download | gentoo-2-b8e9b830842bf97d7d5f255229b652a7f465c324.tar.gz gentoo-2-b8e9b830842bf97d7d5f255229b652a7f465c324.tar.bz2 gentoo-2-b8e9b830842bf97d7d5f255229b652a7f465c324.zip |
stable on amd64
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/netlogo-bin/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog index 12888af8e13a..746c53741f0d 100644 --- a/sci-misc/netlogo-bin/ChangeLog +++ b/sci-misc/netlogo-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/netlogo-bin # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.4 2006/09/22 19:19:18 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.5 2006/10/04 12:57:46 blubb Exp $ + + 04 Oct 2006; Simon Stelling <blubb@gentoo.org> netlogo-bin-3.0.2.ebuild: + stable on amd64 22 Sep 2006; <ticho@gentoo.org> netlogo-bin-3.0.2.ebuild: Stable on x86, bug #148601. diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild index af9234604fc9..8235a1cec148 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild,v 1.2 2006/09/22 19:19:18 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild,v 1.3 2006/10/04 12:57:46 blubb Exp $ inherit eutils java-pkg #RESTRICT="fetch" @@ -12,7 +12,7 @@ HOMEPAGE="http://ccl.northwestern.edu/netlogo/" SRC_URI="http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz" LICENSE="netlogo" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="amd64 x86" DEPEND="app-arch/unzip >=virtual/jdk-1.4" |