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