commit: 96bed11af92562c4f1ca6cf76ad285a922563db7
Author: James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec 2 04:19:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 10:46:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bed11a
dev-libs/libixion: keyword 0.17.0
Signed-off-by: James Beddek <telans <AT> posteo.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libixion/libixion-0.17.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libixion/libixion-0.17.0.ebuild
b/dev-libs/libixion/libixion-0.17.0.ebuild
index 806058a7ae4f..b5ba56d21851 100644
--- a/dev-libs/libixion/libixion-0.17.0.ebuild
+++ b/dev-libs/libixion/libixion-0.17.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-single-r1
DESCRIPTION="General purpose formula parser & interpreter"
@@ -16,8 +16,7 @@ if [[ ${PV} == *9999 ]]; then
else
MDDS_SLOT="1/2.0"
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz"
- # Unkeyworded while libreoffice has no release making use of this slot
- # KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
fi
LICENSE="MIT"