diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-06-01 15:03:44 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-06-01 15:03:44 +0000 |
commit | 08d8da14c67a018b4d6bbfc8375382d026e212f2 (patch) | |
tree | 7ae6463936fb752a8433d942fc46c83447ff8340 /dev-util/weka | |
parent | Marked ppc stable for bug #315655. (diff) | |
download | gentoo-2-08d8da14c67a018b4d6bbfc8375382d026e212f2.tar.gz gentoo-2-08d8da14c67a018b4d6bbfc8375382d026e212f2.tar.bz2 gentoo-2-08d8da14c67a018b4d6bbfc8375382d026e212f2.zip |
Marked ppc stable for 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 e7aa40a7e197..6ba52f4c0b27 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.37 2010/05/31 08:44:14 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/ChangeLog,v 1.38 2010/06/01 15:03:44 josejx Exp $ + + 01 Jun 2010; Joseph Jezak <josejx@gentoo.org> weka-3.6.2.ebuild: + Marked ppc stable for bug #315685. 31 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> weka-3.6.2.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 a4dac4140911..de85bc1a7e5f 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.3 2010/05/31 08:44:14 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/weka/weka-3.6.2.ebuild,v 1.4 2010/06/01 15:03:44 josejx 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" |