Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/jerryscript/
Date: Sat, 01 Jan 2022 20:35:57
Message-Id: 1641069349.da86570a762bbe7b2ea1f79743c851f382a19342.zmedico@gentoo
1 commit: da86570a762bbe7b2ea1f79743c851f382a19342
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:35:16 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:35:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da86570a
7
8 dev-lang/jerryscript: PYTHON_COMPAT+=(python3_10)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild b/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild
17 index f7f6592c87ba..618eb5259a29 100644
18 --- a/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild
19 +++ b/dev-lang/jerryscript/jerryscript-2.4.0-r3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2021-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=(python3_{7,8,9})
28 +PYTHON_COMPAT=(python3_{7,8,9,10})
29 inherit cmake python-any-r1
30
31 DESCRIPTION="Ultra-lightweight JavaScript engine for the Internet of Things"