summaryrefslogtreecommitdiff
path: root/app-misc/binwalk
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-misc/binwalk
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-misc/binwalk')
-rw-r--r--app-misc/binwalk/Manifest4
-rw-r--r--app-misc/binwalk/binwalk-2.2.0.ebuild4
-rw-r--r--app-misc/binwalk/binwalk-9999.ebuild4
3 files changed, 8 insertions, 4 deletions
diff --git a/app-misc/binwalk/Manifest b/app-misc/binwalk/Manifest
index 614670053ad7..44bdb7018c7e 100644
--- a/app-misc/binwalk/Manifest
+++ b/app-misc/binwalk/Manifest
@@ -1,5 +1,5 @@
AUX binwalk-2.2.0-disable-test-coverage.patch 378 BLAKE2B e1da360562eaa99fba1e5d3971fb9c7b2024b46319ec196a1408e8fc2d893e880749619595a884efab293842779b3745d071d5de9a30c0c411278595cefc56cd SHA512 0cac9b0714365196769a4e42e5cfcead7dad318b9bd60a737b6f25e3476d4127070d5ecab1ace155af4f3ba3f6c9a41be811c05c5ddf46390e7d49ca6bada94d
DIST binwalk-2.2.0.tar.gz 39594514 BLAKE2B 899a919647258759f16c2e59766b0db68d1a78edf0f5c3755c2a987695199a1851deed2820e6323d82d8af85d294a6f1fcafb655e5d2257d49b673ddae49da67 SHA512 5f3ed31c0b5f9ca3057f86e82787a73b06f9f73747b51dd72130a78e4d69cf43a0207bffc495d177e97811de5bf835b3d0507f314b7a0c960eddf6d1efe0f0f9
-EBUILD binwalk-2.2.0.ebuild 1062 BLAKE2B 66de395f351936cfdd7a70cd149197798a7bfa9daf7d70ac364665cdb0f023c825ca112e318a9276983c518b9f24ad78fa92ae9b953e8464f755f772fc452118 SHA512 604e3b81893d909528b9947b2209f3cae898fc4501156d732ac01a90fa134db427555b5649db85bc50d9b155656b67e519481ffeb968f71078c39a28f6ad3405
-EBUILD binwalk-9999.ebuild 1059 BLAKE2B 6396a80d093b73c5fb6d853bd224a45ed059e672bb93e572396e9f657ef3443a50773a36a2ec612b004a34f50abe65548ab3f451c0167fda0d9d381201d0600e SHA512 d98ef1db2e644f31b2ab4a6879b1de928c347cb4ff2d10565fb8f3ebb263fd106b76b6476f386c663b538aac12181109eef7f345d9e39b01817702a7a79264a0
+EBUILD binwalk-2.2.0.ebuild 1092 BLAKE2B 84c21ee14717c2adb6fa82096dca0d4ef8d67ea48881287ac9ab16d7b29f95ed57e470943e344cd4293751ea862a2a718c53583f9ff5f719f59fac96d1d12082 SHA512 f7ba151036b2affef25bb819ba8188a54beb6ba656c3bdfa2d364e25da9c2e092d9ea140a8e66deef64f4f38865c5b2eccb575accb55032f10f347ef94d1a7bb
+EBUILD binwalk-9999.ebuild 1089 BLAKE2B 5c655259d0c0839b6d1d3e77fca37ba544db93422305a50690f070e17f471cbf4f9ad07246458e20e53c1c80b178de0bae5dd291a9aedfb19130e792d1e93795 SHA512 0db69d2a29b8449c012e0289155fcd2a4669b8d5089aaf4c96665e19b53181d6a4996c136fb3c33cfedb7a148b041c812117fcb2f12506db537e810ac7f37746
MISC metadata.xml 910 BLAKE2B 2be4408e8546fec32d55527a3cda95fe5d2dba9a08db3700155b317a6a3c634d20ab9862e0459efc0a0bc4563a026b600d50d6a058bbb404c8edee83b73e3e84 SHA512 b080a492253731e1048dc6e263b257b601a6e20851e1399ae6e95b8794433ae7b8fd304f00d276582b2b1fd6ff605b45d3c370130293bc3488d57d557f2aad9a
diff --git a/app-misc/binwalk/binwalk-2.2.0.ebuild b/app-misc/binwalk/binwalk-2.2.0.ebuild
index 63018b781dd8..101aef83331b 100644
--- a/app-misc/binwalk/binwalk-2.2.0.ebuild
+++ b/app-misc/binwalk/binwalk-2.2.0.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1
diff --git a/app-misc/binwalk/binwalk-9999.ebuild b/app-misc/binwalk/binwalk-9999.ebuild
index a32600fbb9e8..b0e8a4aee920 100644
--- a/app-misc/binwalk/binwalk-9999.ebuild
+++ b/app-misc/binwalk/binwalk-9999.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
inherit distutils-r1