aboutsummaryrefslogtreecommitdiff
blob: 59af12561cf9a8da5c98d3dbad702131300c7e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
py.install_sources(
    [
        'config_checks.py',
        'controller.py',
        'getaddrinfo_validate.py',
        'old_tree_timestamp.py',
        'revision_history.py',
        'syncbase.py',
        '__init__.py',
    ],
    subdir : 'portage/sync',
    pure : not native_extensions
)

subdir('modules')