aboutsummaryrefslogtreecommitdiff
blob: d2379d8cb841bb6790eb53c8c80f285612e81dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
py.install_sources(
    [
        'dep_check.py',
        'libc.py',
        '_dnf.py',
        '_slot_operator.py',
        '__init__.py',
    ],
    subdir : 'portage/dep',
    pure : not native_extensions
)

subdir('soname')