diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild index 8ba8d0f445..49be81472f 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild @@ -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"