aboutsummaryrefslogtreecommitdiff
blob: ab95e7cfc7a07c91cdf9b30d7695b627b68e01bd (plain)
1
2
3
4
5
6
7
8
py.install_sources(
    [
        'rsync.py',
        '__init__.py',
    ],
    subdir : 'portage/sync/modules/rsync',
    pure : not native_extensions
)