aboutsummaryrefslogtreecommitdiff
blob: fdd7c06f99d3eb546cfe347b1bab646e435009f7 (plain)
1
2
3
4
5
6
7
8
py.install_sources(
    [
        'fork.py',
        '__init__.py',
    ],
    subdir : 'portage/util/futures/executor',
    pure : not native_extensions
)