summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2020-02-18 19:42:42 -0500
committerAaron W. Swenson <titanofold@gentoo.org>2020-02-18 19:42:42 -0500
commit59243b87fc28d7facc508f7d8dc387a62ba382f1 (patch)
tree2d9376bf1cc14557578faf4260554fc936df5bcd /eclass/postgres.eclass
parentwww-client/vivaldi: Old (diff)
downloadgentoo-59243b87fc28d7facc508f7d8dc387a62ba382f1.tar.gz
gentoo-59243b87fc28d7facc508f7d8dc387a62ba382f1.tar.bz2
gentoo-59243b87fc28d7facc508f7d8dc387a62ba382f1.zip
eclass/postgres{,multi}.eclass: Allow EAPI7
Minor change to allow EAPI7. Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'eclass/postgres.eclass')
-rw-r--r--eclass/postgres.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass
index ce8b6e3a992d..d0f004263d7b 100644
--- a/eclass/postgres.eclass
+++ b/eclass/postgres.eclass
@@ -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