aboutsummaryrefslogtreecommitdiff
blob: 5ebeda6bb8d303a7305c007b2e8bd5be37713c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
py.install_sources(
    [
        'anydbm.py',
        'cache_errors.py',
        'ebuild_xattr.py',
        'flat_hash.py',
        'fs_template.py',
        'mappings.py',
        'metadata.py',
        'sqlite.py',
        'sql_template.py',
        'template.py',
        'volatile.py',
        '__init__.py',
    ],
    subdir : 'portage/cache',
    pure : not native_extensions
)

subdir('index')