blob: 3421d413a109018672a20ab19d79bbca5ef29475 (
plain)
1
2
3
4
5
6
7
8
9
|
# This is the bcfg2 support for gentoo
'''This provides (vestigal) Gentoo support'''
__revision__ = '$Revision$'
from Bcfg2.Client.Toolset import Toolset
class Gentoo(Toolset):
'''This class implelements support for emerge packages and standard rc-update services'''
pass
|