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