Created
November 9, 2017 03:00
-
-
Save aidanharris/740a48b3f66e01fbc0363a39b17d2454 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7,8c7 | |
< GOLANG_PKG_BUILDPATH="/src/${PN}" | |
< GOLANG_PKG_TAGS="release" | |
--- | |
> GOLANG_PKG_TAGS="${PV}" | |
12,19c11 | |
< GOLANG_PKG_DEPENDENCIES=( | |
< "github.com/junegunn/go-isatty:66b8e73" | |
< "github.com/junegunn/go-runewidth:63c378b" | |
< "github.com/junegunn/go-shellwords:33bd8f1" | |
< "github.com/golang/crypto:854ae91 -> golang.org/x" | |
< ) | |
< | |
< inherit golang-single bash-completion-r1 | |
--- | |
> inherit golang-live bash-completion-r1 | |
31c23 | |
< golang-single_src_install | |
--- | |
> golang-live_src_install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment