Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/weka/
Date: Fri, 14 Jan 2022 09:45:41
Message-Id: 1642153513.00652636252e3921709b901577ffe78390d5b936.jsmolic@gentoo
1 commit: 00652636252e3921709b901577ffe78390d5b936
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 09:45:13 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 09:45:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00652636
7
8 dev-util/weka: Stabilize 3.8.0 amd64, #831163
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-util/weka/weka-3.8.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/weka/weka-3.8.0.ebuild b/dev-util/weka/weka-3.8.0.ebuild
16 index 134f1ad611ba..af28b9ba12a7 100644
17 --- a/dev-util/weka/weka-3.8.0.ebuild
18 +++ b/dev-util/weka/weka-3.8.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
26 HOMEPAGE="http://www.cs.waikato.ac.nz/ml/weka/"
27 SLOT="0"
28 LICENSE="GPL-2"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 ~x86"
31 DEPEND=">=virtual/jdk-1.7
32 app-arch/unzip
33 >=dev-java/javacup-0.11a_beta20060608:0"