Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/plugins/interfaces.py')
-rw-r--r--devbot/plugins/interfaces.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/devbot/plugins/interfaces.py b/devbot/plugins/interfaces.py
index c9d9c46..0c9c0b6 100644
--- a/devbot/plugins/interfaces.py
+++ b/devbot/plugins/interfaces.py
@@ -55,3 +55,6 @@ class DistroInfo:
self.use_lib64 = False
"""If set to True install libraries in the lib64 directory."""
+
+ self.supported = False
+ """If set to Trye the distribution is supported."""