Merge pull request #2428 from euank/runc-v

app-emulation/runc: show commit hash in --version
This commit is contained in:
Euan Kemp 2017-02-17 17:11:17 -08:00 committed by GitHub
commit b6598ca6e5

View File

@ -49,7 +49,7 @@ src_compile() {
$(usev selinux) $(usev selinux)
) )
emake BUILDTAGS="${options[*]}" emake BUILDTAGS="${options[*]}" COMMIT="${COMMIT_ID}"
} }
src_install() { src_install() {