Minor change to allow EAPI7.
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
inherit multibuild postgres
case ${EAPI:-0} in
- 5|6) ;;
+ 5|6|7) ;;
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
esac
case ${EAPI:-0} in
0|1|2|3|4|5) epatch_user ;;
- 6) eapply_user ;;
+ 6|7) eapply_user ;;
esac
local MULTIBUILD_VARIANT
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
inherit user
case ${EAPI:-0} in
- 5|6) ;;
+ 5|6|7) ;;
*) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
esac