commit: 1ca099c80b1ed97f70e000a309591a2ea0cd371b Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> AuthorDate: Fri Jul 1 05:19:42 2022 +0000 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org> CommitDate: Fri Jul 1 05:19:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca099c8
app-office/ledger: python compat, EAPI 8, arm64 stable Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org> Bug: https://bugs.gentoo.org/849677 Bug: https://bugs.gentoo.org/845540 app-office/ledger/ledger-3.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/ledger/ledger-3.2.1.ebuild b/app-office/ledger/ledger-3.2.1.ebuild index 0453ec9029e0..d5588001288a 100644 --- a/app-office/ledger/ledger-3.2.1.ebuild +++ b/app-office/ledger/ledger-3.2.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) CMAKE_REMOVE_MODULES_LIST=( FindPython Support ) inherit bash-completion-r1 check-reqs cmake python-single-r1 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" IUSE="debug doc python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
