Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/netlogo-bin/
Date: Tue, 11 Jan 2022 16:37:20
Message-Id: 1641919027.4ed9ef15515ef01157ba9dd17369560ca139e509.jsmolic@gentoo
1 commit: 4ed9ef15515ef01157ba9dd17369560ca139e509
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 16:37:07 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 16:37:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed9ef15
7
8 sci-misc/netlogo-bin: Stabilize 6.2.0 x86, #831020
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 sci-misc/netlogo-bin/netlogo-bin-6.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-misc/netlogo-bin/netlogo-bin-6.2.0.ebuild b/sci-misc/netlogo-bin/netlogo-bin-6.2.0.ebuild
16 index 9973c0903d7d..1db5c5b8c02b 100644
17 --- a/sci-misc/netlogo-bin/netlogo-bin-6.2.0.ebuild
18 +++ b/sci-misc/netlogo-bin/netlogo-bin-6.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -19,7 +19,7 @@ S="${WORKDIR}/${MY_PN} ${PV}"
26
27 LICENSE="netlogo GPL-2 LGPL-2.1 LGPL-3 BSD Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="-* ~amd64 ~x86"
30 +KEYWORDS="-* ~amd64 x86"
31
32 RDEPEND="
33 >=virtual/jre-1.8:*