aboutsummaryrefslogtreecommitdiff
blob: 86e8e71cefbbf1ef687d44c60135d7d2fa88196c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
py.install_sources(
    [
        'conftest.py',
        'runTests.py',
        '__init__.py',
    ],
    subdir : 'portage/tests',
    pure : false
)

subdir('bin')
subdir('dbapi')
subdir('dep')
subdir('ebuild')
subdir('emerge')
subdir('env')
subdir('glsa')
subdir('gpkg')
subdir('lafilefixer')
subdir('lazyimport')
subdir('lint')
subdir('locks')
subdir('news')
subdir('process')
subdir('resolver')
subdir('sets')
subdir('sync')
subdir('unicode')
subdir('update')
subdir('util')
subdir('versions')
subdir('xpak')