mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
net-misc/ffsend: fix build failure due to traitobject
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
This commit is contained in:
@@ -37,11 +37,20 @@ DOCS=(
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
patch_cargo_file()
|
||||
{
|
||||
pushd "${S}" &>> /dev/null || die
|
||||
eapply "${FILESDIR}/${PN}-bump-traitobject.patch"
|
||||
popd &>> /dev/null || die
|
||||
}
|
||||
|
||||
if [[ "${PV}" = "9999" ]]; then
|
||||
git-r3_src_unpack
|
||||
patch_cargo_file
|
||||
cargo_live_src_unpack
|
||||
else
|
||||
cargo_src_unpack
|
||||
patch_cargo_file
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user