diff options
author | Erik Mackdanz <stasibear@gentoo.org> | 2022-07-01 00:19:42 -0500 |
---|---|---|
committer | Erik Mackdanz <stasibear@gentoo.org> | 2022-07-01 00:19:42 -0500 |
commit | 1ca099c80b1ed97f70e000a309591a2ea0cd371b (patch) | |
tree | f1429ea5b4d3e93ba72ed44ef72f1ee0a2b748c9 /app-office | |
parent | dev-libs/jemalloc: Keyword 5.3.0 s390, #732316 (diff) | |
download | gentoo-1ca099c80b1ed97f70e000a309591a2ea0cd371b.tar.gz gentoo-1ca099c80b1ed97f70e000a309591a2ea0cd371b.tar.bz2 gentoo-1ca099c80b1ed97f70e000a309591a2ea0cd371b.zip |
app-office/ledger: python compat, EAPI 8, arm64 stable
Signed-off-by: Erik Mackdanz <stasibear@gentoo.org>
Bug: https://bugs.gentoo.org/849677
Bug: https://bugs.gentoo.org/845540
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/ledger/ledger-3.2.1.ebuild | 6 |
1 files 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} )" |