Skip to content

Commit

Permalink
cmake-utils.eclass: enable EAPI=7
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
kensington authored and a17r committed Dec 10, 2018
1 parent 07861e8 commit 43db28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/cmake-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Maciej Mrozowski <[email protected]>
# (undisclosed contributors)
# Original author: Zephyrus ([email protected])
# @SUPPORTED_EAPIS: 5 6
# @SUPPORTED_EAPIS: 5 6 7
# @BLURB: common ebuild functions for cmake-based packages
# @DESCRIPTION:
# The cmake-utils eclass makes creating ebuilds for cmake-based packages much easier.
Expand Down Expand Up @@ -105,7 +105,7 @@ _CMAKE_UTILS_ECLASS=1

case ${EAPI} in
5) : ${CMAKE_WARN_UNUSED_CLI:=no} ;;
6) : ${CMAKE_WARN_UNUSED_CLI:=yes} ;;
6|7) : ${CMAKE_WARN_UNUSED_CLI:=yes} ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
esac

Expand Down

0 comments on commit 43db28f

Please sign in to comment.