mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pwndbg: 20200723 bump and fix https://github.com/pentoo/pentoo-overlay/issues/669
This commit is contained in:
parent
fc750023ed
commit
5d60ad0fb0
3 changed files with 1 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
DIST pwndbg-20191209.tar.gz 4862804 BLAKE2B 0f67f0be764e19c1ac7aacfea7012ee74cdb0867b39d5b01ee5902700b0de8337673b6d1f373497830fd7cd6da0f9238ff12dbf7e6d02e00e18b82cdca46c6c3 SHA512 99ebb74ad262a074fe141b052608eed17270b8f72cb598bc802072e4269ef7b3cf86cef7d0131ffa8194321ec000788b668c21202925673d35343de7ed6e75c1
|
||||
DIST pwndbg-20200723.tar.gz 5215214 BLAKE2B 15fa32353ae0668fed6a22ea66229eecfd76d59267cb20c4bd1a6d133a074ddf04c61bb1df15df6baf4494cd66565f44c0124ac75c528b1475dd2b4510bf3248 SHA512 a523b058f81758faca4cbb16e9f78452c1edf5d9d67a6911c550f117c31c9656794a54fe01e31a73e2f1c4b67f547580a104bc62048e20db6b48798b2d51290a
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ if [[ ${PV} == *9999 ]]; then
|
|||
EGIT_REPO_URI="https://github.com/pwndbg/pwndbg"
|
||||
else
|
||||
MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
|
||||
|
||||
SRC_URI="https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
|
@ -44,7 +43,6 @@ RDEPEND="${CDEPEND}
|
|||
dev-python/python-ptrace[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/isort[${PYTHON_MULTI_USEDEP}]
|
||||
dev-util/unicorn[python,unicorn_targets_x86(+),${PYTHON_MULTI_USEDEP}]
|
||||
virtual/python-enum34[${PYTHON_MULTI_USEDEP}]
|
||||
')"
|
||||
|
||||
DEPEND="${CDEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue