mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
depend on distorm64 for amd64
This commit is contained in:
parent
a8da548758
commit
dab29556e8
2 changed files with 3 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST python-ptrace-0.6.2.tar.gz 75200 RMD160 a08ad88abc846142a334803bdcb5b856a268bfcd SHA1 b36b678627e936cc57d1a280ab866c316644e029 SHA256 8d03b7badb6c1b87e83e2b70ba73d5f18fb5cb4890c98c30ce16599a58b5200b
|
||||
EBUILD python-ptrace-0.6.2.ebuild 584 RMD160 be996eb040a8c3bcac86173da114616a6e5f570b SHA1 ae2d2358a9cd6787cc8646b63e0b2cd055f7eab1 SHA256 f8245f1236fa7d4f60b4deef130396df8fb6ff90872dc1549b0e612228467abd
|
||||
EBUILD python-ptrace-0.6.2.ebuild 626 RMD160 41f864e399491bb569cab64ebc2709b16e0c6db6 SHA1 1ef1976830365a93f8d67f493a266311bbe756f2 SHA256 6c0483ea118640dbf633be58eee0198430cbb9097da3fa5af76dcf7e0f935b03
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ KEYWORDS="~x86 ~amd64"
|
|||
IUSE=""
|
||||
|
||||
DEPEND="|| ( ( =dev-lang/python-2.4* dev-python/ctypes ) >=dev-lang/python-2.5 )"
|
||||
RDEPEND="dev-libs/distorm"
|
||||
RDEPEND="x86? ( dev-libs/distorm )
|
||||
amd64? ( dev-libs/distorm64 )"
|
||||
|
||||
PYTHON_MODNAME="ptrace"
|
||||
|
|
|
|||
Loading…
Reference in a new issue