*: Get rid of EAPI 4

Only partially - I didn't touch app-shells/bash, since it's slated to
be updated anyway.
This commit is contained in:
Krzesimir Nowak 2021-09-16 20:04:22 +02:00
parent 1f61b80842
commit 75ec7fbd42
5 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Copyright (c) 2014 CoreOS, Inc.. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
EAPI=7
CROS_WORKON_PROJECT="kinvolk/toolbox"
CROS_WORKON_LOCALNAME="toolbox"
CROS_WORKON_REPO="git://github.com"

View File

@ -2,7 +2,7 @@
# Copyright 2016 CoreOS, Inc
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
EAPI=7
DESCRIPTION="Tools for generating TPM policy"

View File

@ -1,7 +1,7 @@
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
EAPI=7
DESCRIPTION="CoreOS developer images and containers (meta package)"
HOMEPAGE="http://coreos.com"