app-crypt/go-tspi: fix keywords for live ebuild and bump to master

This commit is contained in:
Nick Owens 2016-02-02 21:11:09 -08:00
parent 02d9959c02
commit b645219ff8
2 changed files with 1 additions and 2 deletions

View File

@ -7,11 +7,10 @@ EGIT_REPO_URI="git://github.com/coreos/go-tspi.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
EGIT_COMMIT="9c5928e0350d9829e4d144b461884a259a176dbc"
EGIT_COMMIT="8d98d77f9fc5e3a93227cbcde7abb8bdf1a29869"
KEYWORDS="amd64 arm64"
fi
KEYWORDS="amd64 arm64"
IUSE=""
LICENSE="Apache-2.0"