aboutsummaryrefslogtreecommitdiff
blob: db76ccced5ea09c91e1bb907d57f5ef98a3de34d (plain)
1
2
3
4
5
6
7
8
9
10
py.install_sources(
    [
        'test_internal_package_set.py',
        'test_variable_set.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/sets/base',
    pure : not native_extensions
)