mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
eclass/s6.eclass: add eapi 7 support
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# @ECLASS: s6.eclass
|
||||
# @MAINTAINER:
|
||||
# William Hubbs <williamh@gentoo.org>
|
||||
# @SUPPORTED_EAPIS: 5 6
|
||||
# @SUPPORTED_EAPIS: 5 6 7
|
||||
# @BLURB: helper functions to install s6 services
|
||||
# @DESCRIPTION:
|
||||
# This eclass provides helpers to install s6 services.
|
||||
@@ -26,7 +26,7 @@
|
||||
# @CODE
|
||||
|
||||
case ${EAPI:-0} in
|
||||
5|6) ;;
|
||||
5|6|7) ;;
|
||||
*) die "${ECLASS}.eclass: API in EAPI ${EAPI} not yet established" ;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user