diff options
-rw-r--r-- | dev-util/weka/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/weka/weka-3.6.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/weka/ChangeLog b/dev-util/weka/ChangeLog index 0c45626ffb28..743f4f9bc0c4 100644 --- a/dev-util/weka/ChangeLog +++ b/dev-util/weka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/weka -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.44 2011/12/25 22:52:32 fordfrog Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.45 2012/08/01 08:02:06 jdhore Exp $ + + 01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> weka-3.6.6-r1.ebuild: + marked x86 per bug 418965 *weka-3.6.6-r1 (25 Dec 2011) diff --git a/dev-util/weka/weka-3.6.6-r1.ebuild b/dev-util/weka/weka-3.6.6-r1.ebuild index 5e8b617d0a41..994eaca5160f 100644 --- a/dev-util/weka/weka-3.6.6-r1.ebuild +++ b/dev-util/weka/weka-3.6.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.6-r1.ebuild,v 1.1 2011/12/25 22:52:32 fordfrog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.6-r1.ebuild,v 1.2 2012/08/01 08:02:06 jdhore Exp $ EAPI="3" @@ -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" |