aboutsummaryrefslogtreecommitdiff
blob: e661f6bacd4f49c72764af2f701f549188695fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
py.install_sources(
    [
        'test_PackageKeywordsFile.py',
        'test_PackageMaskFile.py',
        'test_PackageUseFile.py',
        'test_PortageModulesFile.py',
        '__init__.py',
        '__test__.py',
    ],
    subdir : 'portage/tests/env/config',
    pure : false
)