From 6140a59a5f3dae2cb594831cf28ade4117cf2810 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 6 Sep 2023 13:23:04 +0200 Subject: [PATCH] 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. --- .../go-tspi/{go-tspi-0.1-r4.ebuild => go-tspi-0.1-r5.ebuild} | 0 .../coreos-overlay/app-crypt/go-tspi/go-tspi-9999.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/{go-tspi-0.1-r4.ebuild => go-tspi-0.1-r5.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r4.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r5.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r4.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-crypt/go-tspi/go-tspi-0.1-r5.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 efacbff37d..766de08fe1 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 @@ -1,6 +1,6 @@ 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_GO111MODULE="off" EGIT_REPO_URI="https://github.com/coreos/go-tspi.git"