eclass/bintron.eclass: support EAPI 8

Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć 2021-11-13 04:06:54 +01:00
parent 3b95ec492b
commit c9f0c885ed
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit desktop bintron

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit bintron desktop

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit desktop unpacker bintron

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit desktop unpacker bintron

View File

@ -24,7 +24,7 @@ in
[0-6] )
die "EAPI: ${EAPI} too old"
;;
7 )
[7-8] )
true
;;
* )