Closes: https://bugs.gentoo.org/836781 Signed-off-by: Sam James <s...@gentoo.org> --- eclass/postgres.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 1597f2a9aafb7..95ed168d40a1c 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -6,7 +6,7 @@ # PostgreSQL <pgsql-b...@gentoo.org> # @AUTHOR: # Aaron W. Swenson <titanof...@gentoo.org> -# @SUPPORTED_EAPIS: 7 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: An eclass for PostgreSQL-related packages # @DESCRIPTION: # This eclass provides common utility functions that many @@ -15,7 +15,7 @@ # user to the postgres system group, and generating dependencies. case ${EAPI} in - 7) ;; + 7|8) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -- 2.40.0