eclass/postgres{,multi}.eclass: Allow EAPI7
authorAaron W. Swenson <titanofold@gentoo.org>
Wed, 19 Feb 2020 00:42:42 +0000 (19:42 -0500)
committerAaron W. Swenson <titanofold@gentoo.org>
Wed, 19 Feb 2020 00:42:42 +0000 (19:42 -0500)
Minor change to allow EAPI7.

Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
eclass/postgres-multi.eclass
eclass/postgres.eclass

index 48ef79dc29256aa92ac1c7eb8f20722aff2246b9..21e2f2e0f02f563708b436e13f19491a98e661e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 inherit multibuild postgres
@@ -18,7 +18,7 @@ EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install src_test
 
 
 case ${EAPI:-0} in
-       5|6) ;;
+       5|6|7) ;;
        *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
 esac
 
@@ -146,7 +146,7 @@ postgres-multi_src_prepare() {
 
        case ${EAPI:-0} in
                0|1|2|3|4|5) epatch_user ;;
-               6) eapply_user ;;
+               6|7) eapply_user ;;
        esac
 
        local MULTIBUILD_VARIANT
index ce8b6e3a992da85af32edf264629dc6c4e25ff0b..d0f004263d7b1d812091d2d058e3b34385c5e80c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 inherit user
@@ -18,7 +18,7 @@ EXPORT_FUNCTIONS pkg_setup
 
 
 case ${EAPI:-0} in
-       5|6) ;;
+       5|6|7) ;;
        *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;;
 esac