diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 18:32:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 18:32:36 +0000 |
commit | 739c7abb657c73283e6d145ab4ae5fc0c5b251eb (patch) | |
tree | 83ce48ce4844f3e5d335c0339471cc4a8bedcdd8 /dev-util/weka | |
parent | stable amd64, bug 315639 (diff) | |
download | gentoo-2-739c7abb657c73283e6d145ab4ae5fc0c5b251eb.tar.gz gentoo-2-739c7abb657c73283e6d145ab4ae5fc0c5b251eb.tar.bz2 gentoo-2-739c7abb657c73283e6d145ab4ae5fc0c5b251eb.zip |
stable amd64, bug 315685
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/weka')
-rw-r--r-- | dev-util/weka/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/weka/weka-3.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/weka/ChangeLog b/dev-util/weka/ChangeLog index e9e01de17be7..5b3a43caafae 100644 --- a/dev-util/weka/ChangeLog +++ b/dev-util/weka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/weka # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.35 2010/04/26 13:11:14 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.36 2010/05/26 18:32:36 pacho Exp $ + + 26 May 2010; Pacho Ramos <pacho@gentoo.org> weka-3.6.2.ebuild: + stable amd64, bug 315685 26 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> weka-3.6.0.ebuild: x86 stable wrt bug #315685 diff --git a/dev-util/weka/weka-3.6.2.ebuild b/dev-util/weka/weka-3.6.2.ebuild index 33a29462310f..3dc317c2db80 100644 --- a/dev-util/weka/weka-3.6.2.ebuild +++ b/dev-util/weka/weka-3.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.2.ebuild,v 1.1 2010/04/17 06:01:02 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.2.ebuild,v 1.2 2010/05/26 18:32:36 pacho Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" DEPEND=">=virtual/jdk-1.5 app-arch/unzip >=dev-java/javacup-0.11a_beta20060608:0" |