aboutsummaryrefslogtreecommitdiff
blob: 18c0ac1cf2412896e0c2914ee9320e25130493b0 (plain)
1
2
3
4
5
6
7
8
9
10
py.install_sources(
    [
        'ExitCommand.py',
        'IpcCommand.py',
        'QueryCommand.py',
        '__init__.py',
    ],
    subdir : 'portage/package/ebuild/_ipc',
    pure : not native_extensions
)