summaryrefslogtreecommitdiffstats
path: root/bin/dohtml.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-09-21 21:03:05 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2012-09-21 21:03:05 +0200
commit6ee701eb65fbfc00cbf6ebc16de2d6487ba2cfd7 (patch)
treebd88f1bbac16d9ffe78341f896a9dafd94306a87 /bin/dohtml.py
parenta574fd9e6f81a0a072cbaf34c6bd45ad7942cc94 (diff)
downloadportage-6ee701eb65fbfc00cbf6ebc16de2d6487ba2cfd7.tar.gz
portage-6ee701eb65fbfc00cbf6ebc16de2d6487ba2cfd7.tar.bz2
portage-6ee701eb65fbfc00cbf6ebc16de2d6487ba2cfd7.zip
Support EAPI="5-progress".
Diffstat (limited to 'bin/dohtml.py')
-rwxr-xr-xbin/dohtml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dohtml.py b/bin/dohtml.py
index 3e80ef5f6..3af270509 100755
--- a/bin/dohtml.py
+++ b/bin/dohtml.py
@@ -106,7 +106,7 @@ class OptionsClass:
self.DOCDESTTREE = os.environ["_E_DOCDESTTREE_"]
self.allowed_exts = ['css', 'gif', 'htm', 'html', 'jpeg', 'jpg', 'js', 'png']
- if os.environ.get("EAPI", "0") in ("4-python",):
+ if os.environ.get("EAPI", "0") in ("4-python", "5-progress"):
self.allowed_exts += ['ico', 'svg', 'xhtml', 'xml']
self.allowed_files = []
self.disallowed_dirs = ['CVS']