aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-10 19:25:15 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-10 19:27:21 +0100
commitc9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14 (patch)
tree394897285a74733e5e6daa1c417fdea65c8e2e90 /eclass
parentnumeric.eclass: Enable EAPI=6 (diff)
downloadsci-c9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14.tar.gz
sci-c9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14.tar.bz2
sci-c9dcd29fbbfa90e278eadaeb50509b4d2b2e5f14.zip
numeric-int64-multibuild.eclass: Enable EAPI=6
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/numeric-int64-multibuild.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/numeric-int64-multibuild.eclass b/eclass/numeric-int64-multibuild.eclass
index 6ac7d7910..a7c8c6c83 100644
--- a/eclass/numeric-int64-multibuild.eclass
+++ b/eclass/numeric-int64-multibuild.eclass
@@ -19,8 +19,8 @@ if [[ ! ${_NUMERIC_INT64_MULTILIB_ECLASS} ]]; then
# EAPI=5 is required for meaningful MULTILIB_USEDEP.
case ${EAPI:-0} in
5)
- inherit multilib
- ;;
+ inherit multilib ;;
+ 6) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac