eclass/bintron.eclass: support EAPI 8
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
parent
3b95ec492b
commit
c9f0c885ed
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -24,7 +24,7 @@ in
|
||||
[0-6] )
|
||||
die "EAPI: ${EAPI} too old"
|
||||
;;
|
||||
7 )
|
||||
[7-8] )
|
||||
true
|
||||
;;
|
||||
* )
|
||||
|
Loading…
Reference in New Issue
Block a user