Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/ledger/
Date: Fri, 01 Jul 2022 05:25:06
Message-Id: 1656652782.1ca099c80b1ed97f70e000a309591a2ea0cd371b.stasibear@gentoo
1 commit: 1ca099c80b1ed97f70e000a309591a2ea0cd371b
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 05:19:42 2022 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 05:19:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca099c8
7
8 app-office/ledger: python compat, EAPI 8, arm64 stable
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11 Bug: https://bugs.gentoo.org/849677
12 Bug: https://bugs.gentoo.org/845540
13
14 app-office/ledger/ledger-3.2.1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-office/ledger/ledger-3.2.1.ebuild b/app-office/ledger/ledger-3.2.1.ebuild
18 index 0453ec9029e0..d5588001288a 100644
19 --- a/app-office/ledger/ledger-3.2.1.ebuild
20 +++ b/app-office/ledger/ledger-3.2.1.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=7
26 +EAPI=8
27
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 +PYTHON_COMPAT=( python3_{8,9,10} )
30 CMAKE_REMOVE_MODULES_LIST=( FindPython Support )
31 inherit bash-completion-r1 check-reqs cmake python-single-r1
32
33 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
38 +KEYWORDS="amd64 ~arm arm64 ~riscv x86"
39 IUSE="debug doc python"
40 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"