diff options
author | Michael Weber <xmw@gentoo.org> | 2012-08-23 05:46:36 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-08-23 05:46:36 +0000 |
commit | 64362ca3c943899c4517dd1062bc65264e4e32f0 (patch) | |
tree | 8bc60ef830719011f3becc8c912207f74116a09e /dev-util/weka | |
parent | Bug #373335: missing --base-path in conf.d/git. Bug #414437: OpenSSL is requi... (diff) | |
download | gentoo-2-64362ca3c943899c4517dd1062bc65264e4e32f0.tar.gz gentoo-2-64362ca3c943899c4517dd1062bc65264e4e32f0.tar.bz2 gentoo-2-64362ca3c943899c4517dd1062bc65264e4e32f0.zip |
ppc stable (bug 418965).
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/weka')
-rw-r--r-- | dev-util/weka/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/weka/weka-3.6.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/weka/ChangeLog b/dev-util/weka/ChangeLog index ae4d03e7da89..b3538d9933ca 100644 --- a/dev-util/weka/ChangeLog +++ b/dev-util/weka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/weka # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.46 2012/08/03 13:58:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.47 2012/08/23 05:46:36 xmw Exp $ + + 23 Aug 2012; Michael Weber <xmw@gentoo.org> weka-3.6.6-r1.ebuild: + ppc stable (bug 418965). 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> weka-3.6.6-r1.ebuild: Stable for amd64, wrt bug #418965 @@ -181,4 +184,3 @@ 16 May 2004; Chris Aniszczyk <zx@gentoo.org> +metadata.xml, +weka-3.4.1.ebuild: Initial Import. Closes #50414 - diff --git a/dev-util/weka/weka-3.6.6-r1.ebuild b/dev-util/weka/weka-3.6.6-r1.ebuild index fc9f233c399f..e95574d23f8d 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-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.3 2012/08/03 13:58:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.6-r1.ebuild,v 1.4 2012/08/23 05:46:36 xmw 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" |