aboutsummaryrefslogtreecommitdiff
blob: 702130c61b52fb9e4187583719e29b06b69a2c4b (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 : false
)