aboutsummaryrefslogtreecommitdiff
blob: 1845f9f510ec9997408c2a5828751c299529906c (plain)
1
2
3
4
5
6
7
8
9
10
11
py.install_sources(
    [
        'hardlink_quarantine.py',
        'hardlink_rcu.py',
        'inplace.py',
        'interface.py',
        '__init__.py',
    ],
    subdir : 'portage/repository/storage',
    pure : not native_extensions
)