mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
*: 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:
parent
1f61b80842
commit
75ec7fbd42
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user