Compare commits

..

No commits in common. "3985005bf119f9ad46d3cddb79b9c3cabb8f25b5" and "16817a5a9d46e3704ab434360c5e9077a59a11d9" have entirely different histories.

2 changed files with 7 additions and 3 deletions

View File

@ -10,4 +10,4 @@ RESTRICT=strip
SLOT=0 SLOT=0
SRC_URI=https://github.com/shemanaev/inpxer/archive/v0.2.5.tar.gz -> inpxer-0.2.5.tar.gz SRC_URI=https://github.com/shemanaev/inpxer/archive/v0.2.5.tar.gz -> inpxer-0.2.5.tar.gz
_eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d _eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
_md5_=5d335ed080f4a37c6661156cdcd75f12 _md5_=f5542966050b593c23fccef6574057b2

View File

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