Skip to content

Commit

Permalink
sys-apps/capa: add missing dep
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Udvare <[email protected]>
  • Loading branch information
Tatsh committed Feb 9, 2025
1 parent 401eb7c commit 1717f39
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion sys-apps/capa/Manifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DIST capa-8.0.1.tar.gz 21658353 BLAKE2B a2b35a7e77ee4e24f0736b52c38e166870225b75d0cd72c49ef1a80aca5c6869360bf6f86500b648a47c901f4ff5924cc31b55279a22db0ff17c254aa3994b69 SHA512 fee4c7fff48880882a6e6d95a5a89825077fceeb52b37b0a7a91fd63c30323eb9a67c0b0dd31b4cca9d77c27c1a5f154c9f7ff14e946c81e402a5081aa52c1e8
DIST capa-rules-8.0.1.tar.gz 217893 BLAKE2B 0cd50b2c183d637e70e30e11730315c2c671a292bbc6dff26597a8986e560d8346f47ac7e047f3abe83efa154bea045e9f88420dc327abf66405051265d36ec7 SHA512 6a66f7b4255473361e69009aa42c37dc3c8bae18de54965735b947dd883c840f12b055ff850e8e9d0601d9aad871a52718196060e140c9e5c5383bb6007df3bf
EBUILD capa-8.0.1.ebuild 1733 BLAKE2B 22a20deeaac9816801e7103b10cc55054f521c468da6f14f66faaac25929ca5ef26c0035c18c1148809273979e0a73ba6e593ea8564f364bd11675f850d046aa SHA512 4cb83d40455f52575b4460ace155d6aadce96f01dce61bc6106147558d10828d484c41e1e4aee25bd7801004e36c84da2449072fae2fba3576781ba24ed0234f
EBUILD capa-8.0.1-r1.ebuild 2095 BLAKE2B b63beb17c7dceb3ec0a231a780b6eeb7022f066bab938e561d2aff6461a303f2355096921798edfb486b7e7dc702d6b8715df6edea81991213578727b913f0b5 SHA512 7877a6bbbd5f86e10da0a2c7ff3df8c79b61d5f925a186a58055559c267a9a8bf259877a7e5c781284e165778f7be8e2f8714e13b79e73b0c45706f35ab8cdac
MISC metadata.xml 324 BLAKE2B ceba55f94feb459305ba719075581728d21157a0a051729334a501cc13619d971f931f483177186ccb10f21d2fe93bf73d2205dabf6b56bdd6aa3bdd71618f22 SHA512 fcfc64b585bc798f9506865430b7a8bb8ee19cab5dd2052b4b7a286524ffbcbff9ce5744101db829e63cb8048fd8a3773989f9aa8b7ac58d8f1673355cd134d4
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,25 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/colorama
dev-python/dncil
dev-python/dnfile
dev-python/halo
dev-python/ida-settings
dev-python/networkx
dev-python/pefile
dev-python/protobuf
dev-python/pydantic
dev-python/pyelftools
dev-python/pyyaml
dev-python/ruamel-yaml
dev-python/tabulate
dev-python/termcolor
dev-python/tqdm
dev-python/viv-utils
dev-util/vivisect
dev-python/wcwidth"
RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]
dev-python/dncil[${PYTHON_USEDEP}]
dev-python/dnfile[${PYTHON_USEDEP}]
dev-python/halo[${PYTHON_USEDEP}]
dev-python/ida-settings[${PYTHON_USEDEP}]
dev-python/msgspec[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pefile[${PYTHON_USEDEP}]
dev-python/protobuf[${PYTHON_USEDEP}]
dev-python/pydantic[${PYTHON_USEDEP}]
dev-python/pyelftools[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
dev-python/termcolor[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/viv-utils[${PYTHON_USEDEP}]
dev-util/vivisect[${PYTHON_USEDEP}]
dev-python/wcwidth[${PYTHON_USEDEP}]"

python_prepare_all() {
sed -r \
Expand Down

0 comments on commit 1717f39

Please sign in to comment.