From f302e69455f9f91fab4c70e2d650b1be634495e6 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 15 Mar 2022 16:41:51 +0100 Subject: [PATCH] coreos-base/update-ssh-keys: Bump EAPI to 8 EAPI 6 is too old for cargo eclass that gets inherited through coreos-cargo. --- ...ebuild => update-ssh-keys-0.3.0-r6.ebuild} | 0 .../update-ssh-keys-9999.ebuild | 24 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/{update-ssh-keys-0.3.0-r5.ebuild => update-ssh-keys-0.3.0-r6.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-0.3.0-r5.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-0.3.0-r6.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-0.3.0-r5.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-0.3.0-r6.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild index 22ffc010a1..935164ef8d 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild @@ -1,7 +1,7 @@ # Copyright (c) 2017 CoreOS, Inc.. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 CROS_WORKON_PROJECT="flatcar-linux/update-ssh-keys" CROS_WORKON_LOCALNAME="update-ssh-keys" @@ -14,17 +14,6 @@ else KEYWORDS="amd64 arm64" fi -inherit coreos-cargo cros-workon - -DESCRIPTION="Utility for managing OpenSSH authorized public keys" -HOMEPAGE="https://github.com/flatcar-linux/update-ssh-keys" -LICENSE="Apache-2.0" -SLOT="0" - -# make sure we have a new enough coreos-init that we won't conflict with the -# old bash script -RDEPEND="!