diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-25 10:44:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-25 11:28:28 +0200 |
commit | 765b3cc47657568fdaef598032d9b4d2b89c46a9 (patch) | |
tree | 411a85a1891100ac968a51e39dd67f52f5d5bf4c /sys-devel | |
parent | dev-java/qdox: ant-task optional for slot 1.12 (diff) | |
download | gentoo-765b3cc47657568fdaef598032d9b4d2b89c46a9.tar.gz gentoo-765b3cc47657568fdaef598032d9b4d2b89c46a9.tar.bz2 gentoo-765b3cc47657568fdaef598032d9b4d2b89c46a9.zip |
sys-devel/lld: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/lld/lld-19.0.0.9999.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/lld/lld-19.0.0_pre20240525.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/lld/lld-19.0.0.9999.ebuild b/sys-devel/lld/lld-19.0.0.9999.ebuild index 5440a5c89919..79558afa1abe 100644 --- a/sys-devel/lld/lld-19.0.0.9999.ebuild +++ b/sys-devel/lld/lld-19.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake flag-o-matic llvm.org llvm-utils python-any-r1 toolchain-funcs DESCRIPTION="The LLVM linker (link editor)" diff --git a/sys-devel/lld/lld-19.0.0_pre20240525.ebuild b/sys-devel/lld/lld-19.0.0_pre20240525.ebuild index 5440a5c89919..79558afa1abe 100644 --- a/sys-devel/lld/lld-19.0.0_pre20240525.ebuild +++ b/sys-devel/lld/lld-19.0.0_pre20240525.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake flag-o-matic llvm.org llvm-utils python-any-r1 toolchain-funcs DESCRIPTION="The LLVM linker (link editor)" |