mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-debug/pwndbg: remove redundant sed calls
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user