mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
systemd.eclass: Enable EAPI=6
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
inherit toolchain-funcs
|
||||
|
||||
case ${EAPI:-0} in
|
||||
0|1|2|3|4|5) ;;
|
||||
0|1|2|3|4|5|6) ;;
|
||||
*) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user