summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/repoman/checks.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index c918eea6d..23f1267d9 100644
--- a/pym/repoman/checks.py
+++ b/pym/repoman/checks.py
@@ -138,6 +138,9 @@ class EbuildQuote(LineCheck):
r'|(^\s*(' + "|".join(_ignored_commands) + r')\s+)')
var_names = ["D", "DISTDIR", "FILESDIR", "S", "T", "ROOT", "WORKDIR"]
+ # EAPI=3/Prefix vars
+ var_names += ["ED", "EPREFIX", "EROOT"]
+
# variables for games.eclass
var_names += ["Ddir", "GAMES_PREFIX_OPT", "GAMES_DATADIR",
"GAMES_DATADIR_BASE", "GAMES_SYSCONFDIR", "GAMES_STATEDIR",