aboutsummaryrefslogtreecommitdiff
blob: 91813dddc4e55d5aabaadf3c0f18eabee6ba9080 (plain)
1
2
3
4
5
6
7
8
9
py.install_sources(
    [
        'test_copyfile.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/util/file_copy',
    pure : not native_extensions
)