overlay app-crypt/go-tspi: Stop inheriting unused eclass

The eutils eclass dropped support for EAPI 7 and we even didn't use
anything from the eclass.
This commit is contained in:
Krzesimir Nowak 2023-09-06 13:23:04 +02:00
parent 75bfabad9e
commit 6140a59a5f
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
EAPI=7 EAPI=7
inherit coreos-go eutils git-r3 systemd inherit coreos-go git-r3 systemd
COREOS_GO_PACKAGE="github.com/coreos/go-tspi" COREOS_GO_PACKAGE="github.com/coreos/go-tspi"
COREOS_GO_GO111MODULE="off" COREOS_GO_GO111MODULE="off"
EGIT_REPO_URI="https://github.com/coreos/go-tspi.git" EGIT_REPO_URI="https://github.com/coreos/go-tspi.git"