Skip to content

Commit

Permalink
cmake-multilib.eclass: Drop support for EAPI 5
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 16, 2018
1 parent 853c2ff commit 60795be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eclass/cmake-multilib.eclass
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: cmake-multilib.eclass
# @MAINTAINER:
# gx86-multilib team <[email protected]>
# @AUTHOR:
# Author: Michał Górny <[email protected]>
# @SUPPORTED_EAPIS: 5 6
# @SUPPORTED_EAPIS: 6
# @BLURB: cmake-utils wrapper for multilib builds
# @DESCRIPTION:
# The cmake-multilib.eclass provides a glue between cmake-utils.eclass(5)
Expand All @@ -19,9 +19,8 @@
# in multilib-minimal, yet they ought to call appropriate cmake-utils
# phase rather than 'default'.

# EAPI=5 is required for meaningful MULTILIB_USEDEP.
case ${EAPI:-0} in
5|6) ;;
6) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac

Expand Down

0 comments on commit 60795be

Please sign in to comment.