Skip to content

Commit

Permalink
donut-shellcode: dump v1.1, fix #2191
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Jan 8, 2025
1 parent 6c10a7b commit 5fc1bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev-python/donut-shellcode/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST donut-shellcode-1.0.2.tar.gz 293032 BLAKE2B 8d64d241e9c4ee9c7ce3c4a21b0b8941aa41063a7eea0e0c32d97efdf983ebcddac558126767baba642d36f027b618632f36f8a7a9b59cc14294184263d9a7f8 SHA512 1b868d2bd3763623c97027f92420c7e45bb50437f0694904aac62b0b69f559ab467523d1550829aa8bdaa3bc4a34c8ed5a6349be1021f83899d170231df8a451
DIST donut_shellcode-1.1.tar.gz 293087 BLAKE2B 323b437e881398a11b5c97740a141c21f861f5ad118f6190f301f8a3e44bc0eb844fd8a6eae5e0b58faf27dff7d048b286ad8efd8e7e786360eddd2fb1e6b2cd SHA512 42995937822889fa2fba3db54f4ab61200ed037d953f7de92099624426b0a3dcef753ca9e70d1faf359d6c1417a6319257e64126ab82d2adf7366d9a9ff43648
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_EXT=1
PYPI_NO_NORMALIZE=1
#PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )

Expand All @@ -22,7 +22,7 @@ RDEPEND=""
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_prepare() {
emake clean
distutils-r1_src_prepare
}
#src_prepare() {
# emake clean
# distutils-r1_src_prepare
#}

0 comments on commit 5fc1bab

Please sign in to comment.