Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/gentoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/plugins/gentoo.py')
-rw-r--r--devbot/plugins/gentoo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/plugins/gentoo.py b/devbot/plugins/gentoo.py
index 3b0e5fb..dbe3958 100644
--- a/devbot/plugins/gentoo.py
+++ b/devbot/plugins/gentoo.py
@@ -5,6 +5,7 @@ from devbot import command
from devbot import distro
from devbot.plugins import interfaces
+
class PackageManager(interfaces.PackageManager):
def __init__(self, test=False, interactive=True):
self._test = test
@@ -83,6 +84,7 @@ class PackageManager(interfaces.PackageManager):
distro.register_package_manager("gentoo", PackageManager)
+
class DistroInfo(interfaces.DistroInfo):
_GENTOO_RELEASE_PATH = "/etc/gentoo-release"