diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-02 19:38:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-02 19:41:11 +0100 |
commit | 154c9483595d7eb309bb3f06a08f4ca1935a8bfb (patch) | |
tree | 35f3ca4908c54c42c9e2755488f355cba9e7f71c /app-forensics | |
parent | dev-python/snappy: Inline MY_PN prior to rename (diff) | |
download | gentoo-154c9483595d7eb309bb3f06a08f4ca1935a8bfb.tar.gz gentoo-154c9483595d7eb309bb3f06a08f4ca1935a8bfb.tar.bz2 gentoo-154c9483595d7eb309bb3f06a08f4ca1935a8bfb.zip |
Rename dev-python/{snappy → python-snappy}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/volatility3/volatility3-2.0.1.ebuild | 2 | ||||
-rw-r--r-- | app-forensics/volatility3/volatility3-2.4.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-forensics/volatility3/volatility3-2.0.1.ebuild b/app-forensics/volatility3/volatility3-2.0.1.ebuild index 3db44f1f83fa..1e78c0d472f9 100644 --- a/app-forensics/volatility3/volatility3-2.0.1.ebuild +++ b/app-forensics/volatility3/volatility3-2.0.1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" disasm? ( >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] ) jsonschema? ( >=dev-python/jsonschema-2.3.0[${PYTHON_USEDEP}] ) leechcore? ( >=dev-python/leechcorepyc-2.4.0[${PYTHON_USEDEP}] ) - snappy? ( >=dev-python/snappy-0.6.0[${PYTHON_USEDEP}] ) + snappy? ( >=dev-python/python-snappy-0.6.0[${PYTHON_USEDEP}] ) yara? ( >=dev-python/yara-python-3.8.0[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND}" diff --git a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild index 3d52d0f45736..dfb5c4808326 100644 --- a/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild +++ b/app-forensics/volatility3/volatility3-2.4.0-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" disasm? ( >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] ) jsonschema? ( >=dev-python/jsonschema-2.3.0[${PYTHON_USEDEP}] ) leechcore? ( >=dev-python/leechcorepyc-2.4.0[${PYTHON_USEDEP}] ) - snappy? ( >=dev-python/snappy-0.6.0[${PYTHON_USEDEP}] ) + snappy? ( >=dev-python/python-snappy-0.6.0[${PYTHON_USEDEP}] ) yara? ( >=dev-python/yara-python-3.8.0[${PYTHON_USEDEP}] ) " DEPEND="${RDEPEND}" |