Fix inpxer src_unpack #4

Merged
cppmm merged 2 commits from www-apps/inpxer into main 2024-09-16 03:22:10 +03:00
Showing only changes of commit 27ef1db23b - Show all commits

View File

@ -27,12 +27,8 @@ PATCHES=(
)
src_unpack() {
if [[ ${PV} == 9999* ]]; then
git-r3_src_unpack
go-module_live_vendor
else
default
fi
}
src_prepare() {