mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-25 16:31:09 +02:00
Merge pull request #1756 from mischief/go-tspi-keywords
app-crypt/go-tspi: fix keywords for live ebuild and bump to master
This commit is contained in:
commit
f8ab5dd961
@ -7,11 +7,10 @@ EGIT_REPO_URI="git://github.com/coreos/go-tspi.git"
|
|||||||
if [[ "${PV}" == 9999 ]]; then
|
if [[ "${PV}" == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
EGIT_COMMIT="9c5928e0350d9829e4d144b461884a259a176dbc"
|
EGIT_COMMIT="8d98d77f9fc5e3a93227cbcde7abb8bdf1a29869"
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
LICENSE="Apache-2.0"
|
LICENSE="Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user