mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
savedconfig.eclass: support EAPI 8, drop EAPI 5
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: savedconfig.eclass
|
||||
# @MAINTAINER:
|
||||
# base-system@gentoo.org
|
||||
# @SUPPORTED_EAPIS: 5 6 7
|
||||
# @SUPPORTED_EAPIS: 6 7 8
|
||||
# @BLURB: common API for saving/restoring complex configuration files
|
||||
# @DESCRIPTION:
|
||||
# It is not uncommon to come across a package which has a very fine
|
||||
@@ -35,7 +35,7 @@ inherit portability
|
||||
IUSE="savedconfig"
|
||||
|
||||
case ${EAPI} in
|
||||
[5-7]) ;;
|
||||
6|7|8) ;;
|
||||
*) die "EAPI=${EAPI:-0} is not supported" ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user