aboutsummaryrefslogtreecommitdiff
blob: 6b6a94c4757588eab31bacf6c86c0b4a1a417c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
py.install_sources(
    [
        'DummyTree.py',
        'IndexedPortdb.py',
        'IndexedVardb.py',
        'bintree.py',
        'cpv_expand.py',
        'dep_expand.py',
        'porttree.py',
        'vartree.py',
        'virtual.py',
        '_ContentsCaseSensitivityManager.py',
        '_MergeProcess.py',
        '_SyncfsProcess.py',
        '_VdbMetadataDelta.py',
        '_expand_new_virt.py',
        '_similar_name_search.py',
        '__init__.py',
    ],
    subdir : 'portage/dbapi',
    pure : not native_extensions
)