dev-debug/pwndbg: remove redundant sed calls

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola 2024-03-29 09:46:34 +02:00
parent b91e3faab0
commit 18af060708
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
2 changed files with 0 additions and 18 deletions

View File

@ -45,15 +45,6 @@ RDEPEND="
# Tests are architectur-specific (precompiled binaries)
RESTRICT="test"
src_prepare() {
if [[ ${PV} != 99999999 ]]; then
sed -e "s/__version__ = '\(.*\)'/__version__ = '${PV}'/" \
-i pwndbg/lib/version.py || die
fi
default
}
src_install() {
distutils-r1_src_install

View File

@ -45,15 +45,6 @@ RDEPEND="
# Tests are architectur-specific (precompiled binaries)
RESTRICT="test"
src_prepare() {
if [[ ${PV} != 99999999 ]]; then
sed -e "s/__version__ = '\(.*\)'/__version__ = '${PV}'/" \
-i pwndbg/lib/version.py || die
fi
default
}
src_install() {
distutils-r1_src_install