summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-10-08 17:31:51 +0200
committerDavid Seifert <soap@gentoo.org>2024-10-08 17:31:51 +0200
commitec9bd064a3b2e495970f49d751d57ca62fa77b84 (patch)
tree0a1a294097c36a0874a30275e2d199a4259e0741 /eclass/postgres-multi.eclass
parentxdg.eclass: drop support for EAPI 6 (diff)
downloadgentoo-ec9bd064a3b2e495970f49d751d57ca62fa77b84.tar.gz
gentoo-ec9bd064a3b2e495970f49d751d57ca62fa77b84.tar.bz2
gentoo-ec9bd064a3b2e495970f49d751d57ca62fa77b84.zip
eclass: standardize inherit guard
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/postgres-multi.eclass')
-rw-r--r--eclass/postgres-multi.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass
index 92299b8cf34c..5f014389fd89 100644
--- a/eclass/postgres-multi.eclass
+++ b/eclass/postgres-multi.eclass
@@ -19,7 +19,7 @@ case ${EAPI} in
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
-if [[ ! ${_POSTGRES_MULTI_ECLASS} ]]; then
+if [[ -z ${_POSTGRES_MULTI_ECLASS} ]]; then
_POSTGRES_MULTI_ECLASS=1
inherit multibuild postgres