mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
lief-0.17.4.ebuild
This commit is contained in:
parent
186d626fbf
commit
56b98f9725
2 changed files with 5 additions and 5 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST lief-0.17.2.tar.gz 20660554 BLAKE2B d85b4c9b62e5460c698be6a67525c116871f9074b5118491152ec2f2959e9f1a53dbd33d8c9898c9ea30b809c961434e837373c4c2faa4334f352b7d201c396f SHA512 2594db78d7b26388ea12c54fc9691010fb9620c33d45f6124bd3988ea2ff844a8474dcef7199d81c2cded283c09582dbff6f090907fd34d40a791c5b9fc26f91
|
||||
DIST lief-0.17.3.tar.gz 20661130 BLAKE2B e7569120c7ea5fb29325951c0a9e84a62cca5772248025f95b8c03d2d1296478bbee7469ee244f785b3916b7c65a0687a9923212d9e9a8834e8abb5ae242cf11 SHA512 d9e51724249d720d76cf67b99d1f80d722e6bbef57ebf3cf4bf976e18901cd1bfe689db1eca615657cfea7727bb685ff7b3eebb1879a6174ed0ddfb89bfe2a8e
|
||||
DIST lief-0.17.4.tar.gz 20662158 BLAKE2B 4ad09e57078ec07d5215a2ba569630a9e843ac6ec725450510cc3724339b74b45786bf95ce7d60717efc9820d49c268a4656bcbc83ba62a301a31eeb3b201f97 SHA512 295f6270adeb4501ab31919a1d361bde0977dd65193eac45980a7aae15f1772306f2d186d1fd22679134a1f9077507c56aede6b4c4d2a68036965b3c60b46e88
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -7,7 +7,8 @@ DISTUTILS_OPTIONAL=1
|
|||
#DISTUTILS_USE_PEP517=scikit-build-core
|
||||
DISTUTILS_USE_PEP517=standalone
|
||||
DISTUTILS_EXT=1
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
inherit distutils-r1 cmake
|
||||
|
||||
DESCRIPTION="Library to instrument executable formats"
|
||||
|
|
@ -27,8 +28,7 @@ IUSE="examples +python static-libs"
|
|||
# lief requires a forked version of nanobind, see LIEF-0.15.1/api/python/CMakeLists.txt
|
||||
# So don't try to use a standard one
|
||||
RDEPEND="python? ( ${PYTHON_DEPS}
|
||||
dev-python/pydantic[${PYTHON_USEDEP}]
|
||||
dev-python/pydantic-core[${PYTHON_USEDEP}]
|
||||
>=dev-python/pydantic-2.12.3[${PYTHON_USEDEP}]
|
||||
dev-python/tomli[${PYTHON_USEDEP}]
|
||||
dev-python/xtract[${PYTHON_USEDEP}]
|
||||
)"
|
||||
Loading…
Reference in a new issue