aboutsummaryrefslogtreecommitdiff
blob: 1700bad49aa091582ca0e8d5aad5ca7f793c4a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
py.install_sources(
    [
        'defaults.py',
        'main.py',
        '__init__.py',
    ],
    subdir : 'portage/emaint',
    pure : false
)

subdir('modules')