mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
chromium-2.eclass: enable EAPI 8
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
# Chromium Project <chromium@gentoo.org>
|
||||
# @AUTHOR:
|
||||
# Mike Gilbert <floppym@gentoo.org>
|
||||
# @SUPPORTED_EAPIS: 7
|
||||
# @SUPPORTED_EAPIS: 7 8
|
||||
# @BLURB: Shared functions for chromium and google-chrome
|
||||
|
||||
case ${EAPI} in
|
||||
7) ;;
|
||||
*) die "EAPI=${EAPI:-0} is not supported" ;;
|
||||
7|8) ;;
|
||||
*) die "${ECLASS}: EAPI=${EAPI:-0} is not supported" ;;
|
||||
esac
|
||||
|
||||
inherit linux-info
|
||||
|
||||
Reference in New Issue
Block a user